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

12

  /external/clang/lib/Sema/
SemaCodeComplete.cpp 192 if (ObjCInterfaceDecl *Interface = Method->getClassInterface())
    [all...]
SemaAccess.cpp     [all...]
SemaLookup.cpp 931 if (ObjCInterfaceDecl *Class = Method->getClassInterface())
    [all...]
SemaPseudoObject.cpp 465 S.Context.getObjCInterfaceType(method->getClassInterface()),
    [all...]
SemaStmt.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 557 const ObjCInterfaceDecl *Class = MD->getClassInterface();
IvarInvalidationChecker.cpp 383 const ObjCInterfaceDecl *InterfaceD = ImplD->getClassInterface();
RetainCountChecker.cpp 769 const ObjCInterfaceDecl *ID = MD->getClassInterface();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 562 Writer.AddDeclRef(D->getClassInterface(), Record);
576 Writer.AddDeclRef(D->getClassInterface(), Record);
600 Writer.AddDeclRef(D->getClassInterface(), Record);
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 786 IDecl = D->getClassInterface();
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ASTContext.cpp 372 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
    [all...]
Decl.cpp     [all...]
Expr.cpp 588 if (const ObjCInterfaceDecl *ID = MD->getClassInterface())
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 580 milliseconds

12