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

/external/clang/lib/AST/
H A DDeclObjC.cpp1878 ClassInterface(IDecl), TypeParamList(nullptr),
1946 ObjCInterfaceDecl *ClassInterface,
1950 if (ClassInterface && ClassInterface->hasDefinition())
1951 ClassInterface = ClassInterface->getDefinition();
1952 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc,
1993 ClassInterface = IFace;
2035 ObjCInterfaceDecl *ClassInterface,
2042 if (ClassInterface
1944 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
2034 Create(ASTContext &C, DeclContext *DC, ObjCInterfaceDecl *ClassInterface, ObjCInterfaceDecl *SuperDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation superLoc, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h1933 ObjCInterfaceDecl *ClassInterface; member in class:clang::ObjCCategoryDecl
1972 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; }
1973 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; }
2070 ObjCInterfaceDecl *ClassInterface; member in class:clang::ObjCImplDecl
2080 ClassInterface(classInterface) {}
2083 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; }
2084 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; }

Completed in 40 milliseconds