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

/external/clang/lib/AST/
H A DDeclObjC.cpp1141 ObjCInterfaceDecl *ClassInterface,
1145 if (ClassInterface && ClassInterface->hasDefinition())
1146 ClassInterface = ClassInterface->getDefinition();
1147 return new (C) ObjCCategoryImplDecl(DC, Id, ClassInterface,
1188 ClassInterface = IFace;
1234 ObjCInterfaceDecl *ClassInterface,
1240 if (ClassInterface && ClassInterface
1139 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
1233 Create(ASTContext &C, DeclContext *DC, ObjCInterfaceDecl *ClassInterface, ObjCInterfaceDecl *SuperDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h1310 ObjCInterfaceDecl *ClassInterface; member in class:clang::ObjCCategoryDecl
1332 ClassInterface(IDecl), NextClassCategory(0),
1348 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; }
1349 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; }
1416 ObjCInterfaceDecl *ClassInterface; member in class:clang::ObjCImplDecl
1425 ClassInterface(classInterface) {}
1428 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; }
1429 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; }

Completed in 24 milliseconds