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

  /external/clang/lib/Analysis/
CocoaConventions.cpp 77 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 254 const ObjCInterfaceDecl *ToI = NewTy->getInterfaceDecl();
255 const ObjCInterfaceDecl *FromI = OldTy->getInterfaceDecl();
NSErrorChecker.cpp 303 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
BasicObjCFoundationChecks.cpp 669 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 792 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterfaceDecl())
799 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterfaceDecl()) {
  /external/clang/lib/ARCMigrate/
Transforms.cpp 57 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl();
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp 79 ->getInterfaceDecl();
    [all...]
SemaType.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 576 D = ObjPtr->getInterfaceDecl();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
TypePrinter.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 258 milliseconds