HomeSort by relevance Sort by last modified time
    Searched defs:ObjCInterfaceDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 46 // ObjCInterfaceDecl
115 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
124 for (ObjCInterfaceDecl::all_protocol_iterator
131 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
155 ObjCInterfaceDecl::FindPropertyVisibleInPrimaryClass(
165 for (ObjCInterfaceDecl::all_protocol_iterator
174 void ObjCInterfaceDecl::mergeClassExtensionProtocolList(
221 ObjCCategoryDecl* ObjCInterfaceDecl::getFirstClassExtension() const {
238 ObjCIvarDecl *ObjCInterfaceDecl::lookupInstanceVariable(IdentifierInfo *ID
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 312 ObjCInterfaceDecl *getClassInterface();
313 const ObjCInterfaceDecl *getClassInterface() const {
369 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
425 /// Current sub-classes are ObjCInterfaceDecl, ObjCCategoryDecl,
522 /// ObjCInterfaceDecl - Represents an ObjC class declaration. For example:
543 class ObjCInterfaceDecl : public ObjCContainerDecl {
550 ObjCInterfaceDecl *SuperClass;
584 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
589 static ObjCInterfaceDecl *Create(ASTContext &C, DeclContext *DC,
683 // the ivar chain is essentially a cached property of ObjCInterfaceDecl
    [all...]

Completed in 83 milliseconds