forked from OSchip/llvm-project
Rename InterFace -> Interface, no functionality change.
llvm-svn: 139620
This commit is contained in:
parent
94312285b7
commit
c179111536
|
@ -288,7 +288,7 @@ def IBOutlet : InheritableAttr {
|
|||
|
||||
def IBOutletCollection : InheritableAttr {
|
||||
let Spellings = ["iboutletcollection"];
|
||||
let Args = [TypeArgument<"InterFace">, SourceLocArgument<"InterFaceLoc">];
|
||||
let Args = [TypeArgument<"Interface">, SourceLocArgument<"InterfaceLoc">];
|
||||
}
|
||||
|
||||
def Malloc : InheritableAttr {
|
||||
|
|
|
@ -5457,7 +5457,7 @@ CXType clang_getIBOutletCollectionType(CXCursor C) {
|
|||
IBOutletCollectionAttr *A =
|
||||
cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(C));
|
||||
|
||||
return cxtype::MakeCXType(A->getInterFace(), cxcursor::getCursorTU(C));
|
||||
return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C));
|
||||
}
|
||||
} // end: extern "C"
|
||||
|
||||
|
|
Loading…
Reference in New Issue