HomeSort by relevance Sort by last modified time
    Searched refs:getClassInterface (Results 26 - 44 of 44) sorted by null

12

  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 518 const ObjCInterfaceDecl *Class = MD->getClassInterface();
RetainCountChecker.cpp 774 const ObjCInterfaceDecl *ID = MD->getClassInterface();
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 895 ObjCInterfaceDecl *ID = IMD->getClassInterface();
907 ObjCInterfaceDecl *ID = CatD->getClassInterface();
    [all...]
CIndex.cpp 956 if (Visit(MakeCursorObjCClassRef(ND->getClassInterface(), ND->getLocation(),
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 553 Writer.AddDeclRef(D->getClassInterface(), Record);
568 Writer.AddDeclRef(D->getClassInterface(), Record);
592 Writer.AddDeclRef(D->getClassInterface(), Record);
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaStmt.cpp     [all...]
SemaPseudoObject.cpp 454 S.Context.getObjCInterfaceType(method->getClassInterface()),
    [all...]
SemaDecl.cpp 751 Class = Alias->getClassInterface();
    [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
Decl.cpp     [all...]
Expr.cpp 511 if (const ObjCInterfaceDecl *ID = MD->getClassInterface())
    [all...]

Completed in 4950 milliseconds

12