Searched defs:ObjCInterfaceDecl (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
H A D | DeclObjC.cpp | 48 // ObjCInterfaceDecl 112 if (const ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(this)) { 139 ObjCInterfaceDecl *OSC = ID->getSuperClass(); 167 if (auto *IDecl = dyn_cast<ObjCInterfaceDecl>(DC)) { 225 if (const auto *ClassDecl = dyn_cast<ObjCInterfaceDecl>(this)) { 249 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this); 265 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass()) 283 void ObjCInterfaceDecl 1412 ObjCInterfaceDecl::ObjCInterfaceDecl(const ASTContext &C, DeclContext *DC, function in class:ObjCInterfaceDecl [all...] |
/external/clang/include/clang/AST/ |
H A D | DeclObjC.h | 323 ObjCInterfaceDecl *getClassInterface(); 324 const ObjCInterfaceDecl *getClassInterface() const { 399 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID); 403 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID, 898 /// Current sub-classes are ObjCInterfaceDecl, ObjCCategoryDecl, 1091 class ObjCInterfaceDecl : public ObjCContainerDecl class in namespace:clang 1092 , public Redeclarable<ObjCInterfaceDecl> { 1103 ObjCInterfaceDecl *Definition; 1161 ObjCInterfaceDecl(const ASTContext &C, DeclContext *DC, SourceLocation AtLoc, 1163 SourceLocation CLoc, ObjCInterfaceDecl *PrevDec [all...] |
Completed in 3423 milliseconds