Searched defs:classInterface (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h1850 ObjCInterfaceDecl *classInterface,
1853 classInterface? classInterface->getIdentifier()
1856 ClassInterface(classInterface) {}
1923 ObjCInterfaceDecl *classInterface,
1926 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc),
1931 ObjCInterfaceDecl *classInterface,
2017 ObjCInterfaceDecl *classInterface,
2023 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc),
2030 ObjCInterfaceDecl *classInterface,
1849 ObjCImplDecl(Kind DK, DeclContext *DC, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc) argument
1922 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
2016 ObjCImplementationDecl(DeclContext *DC, ObjCInterfaceDecl *classInterface, ObjCInterfaceDecl *superDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation superLoc = SourceLocation(), SourceLocation IvarLBraceLoc=SourceLocation(), SourceLocation IvarRBraceLoc=SourceLocation()) argument
[all...]

Completed in 121 milliseconds