HomeSort by relevance Sort by last modified time
    Searched refs:getDeclContext (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
ThreadSafetyCommon.cpp 273 cast<FunctionDecl>(PV->getDeclContext())->getCanonicalDecl();
    [all...]
CFG.cpp 107 const DeclContext *DC1 = Decl1->getDeclContext();
108 const DeclContext *DC2 = Decl2->getDeclContext();
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 962 AppendScope(D->getDeclContext(), OS);
    [all...]
ASTContext.cpp 406 const DeclContext *DC = ObjCMethod->getDeclContext();
    [all...]
ExprConstant.cpp     [all...]
Type.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
CodeGenModule.cpp     [all...]
CGObjC.cpp 453 bool isCategoryImpl = isa<ObjCCategoryImplDecl>(OMD->getDeclContext());
492 const ObjCImplDecl *impl = cast<ObjCImplDecl>(method->getDeclContext());
    [all...]
CodeGenFunction.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaChecking.cpp     [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp 665 const DeclContext *DC = D->getDeclContext();
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 471 dyn_cast<ObjCMethodDecl>(IPD->getDeclContext())) {
    [all...]
CIndex.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 378 RecordDecl *RD = dyn_cast_or_null<RecordDecl>(D->getDeclContext());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 852 const DeclContext *DC = D->getDeclContext();
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 173 return canModify(cast<Decl>(MD->getDeclContext()));
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 782 DeclContext *DC = D->getDeclContext();
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 2203 milliseconds

1 2 34 5