HomeSort by relevance Sort by last modified time
    Searched refs:getFirstClassExtension (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 250 /// getFirstClassExtension - Find first class extension of the given class.
251 ObjCCategoryDecl* ObjCInterfaceDecl::getFirstClassExtension() const {
283 for (const ObjCCategoryDecl *CDecl = ClassDecl->getFirstClassExtension();
775 for (const ObjCCategoryDecl *CDecl = getFirstClassExtension(); CDecl;
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaObjCProperty.cpp 226 CCPrimary->getFirstClassExtension();
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 851 ObjCCategoryDecl* getFirstClassExtension() const;
    [all...]

Completed in 51 milliseconds