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

  /external/clang/lib/Analysis/
CocoaConventions.cpp 77 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 271 const ObjCInterfaceDecl *ToI = NewTy->getInterfaceDecl();
272 const ObjCInterfaceDecl *FromI = OldTy->getInterfaceDecl();
NSErrorChecker.cpp 294 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
IvarInvalidationChecker.cpp 290 const ObjCInterfaceDecl *IvInterf = IvTy->getInterfaceDecl();
BasicObjCFoundationChecks.cpp 865 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 809 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterfaceDecl())
816 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterfaceDecl()) {
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 58 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl();
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp 79 ->getInterfaceDecl();
    [all...]
SemaObjCProperty.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 581 D = ObjPtr->getInterfaceDecl();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
TypePrinter.cpp     [all...]
Expr.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 670 milliseconds