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

/external/clang/lib/AST/
H A DDeclObjC.cpp46 // ObjCInterfaceDecl
117 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
126 for (ObjCInterfaceDecl::all_protocol_iterator
133 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
152 void ObjCInterfaceDecl::anchor() { }
159 ObjCInterfaceDecl::FindPropertyVisibleInPrimaryClass(
173 for (ObjCInterfaceDecl::all_protocol_iterator
182 void ObjCInterfaceDecl::mergeClassExtensionProtocolList(
229 void ObjCInterfaceDecl
735 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, function in class:ObjCInterfaceDecl
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h332 ObjCInterfaceDecl *getClassInterface();
333 const ObjCInterfaceDecl *getClassInterface() const {
389 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
455 /// Current sub-classes are ObjCInterfaceDecl, ObjCCategoryDecl,
579 class ObjCInterfaceDecl : public ObjCContainerDecl class in namespace:clang
580 , public Redeclarable<ObjCInterfaceDecl> {
591 ObjCInterfaceDecl *Definition;
594 ObjCInterfaceDecl *SuperClass;
629 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
630 SourceLocation CLoc, ObjCInterfaceDecl *PrevDec
[all...]

Completed in 70 milliseconds