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

12 3 4 5

  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 35 if (D->getDeclContext()->getRedeclContext()->isFunctionOrMethod())
TransZeroOutPropsInDealloc.cpp 107 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
  /external/clang/lib/AST/
Mangle.cpp 260 dyn_cast<ObjCContainerDecl>(MD->getDeclContext());
ASTImporter.cpp     [all...]
MicrosoftMangle.cpp 82 return ContextParam->getDeclContext();
89 return ContextParam->getDeclContext();
92 const DeclContext *DC = D->getDeclContext();
800 assert(TD->getDeclContext() == D->getDeclContext() &&
    [all...]
ItaniumMangle.cpp 59 return ContextParam->getDeclContext();
66 return ContextParam->getDeclContext();
69 const DeclContext *DC = D->getDeclContext();
    [all...]
  /external/clang/lib/Index/
IndexTypeSourceInfo.cpp 65 if (auto FD = dyn_cast<FunctionDecl>(D->getDeclContext())) {
  /external/clang/lib/Sema/
SemaTemplate.cpp 76 Record = cast<CXXRecordDecl>(Record->getDeclContext());
    [all...]
SemaTemplateInstantiate.cpp 65 Ctx = D->getDeclContext();
161 Function->getDeclContext()->isFileContext() &&
497 FunctionDecl *FD = cast<FunctionDecl>(Param->getDeclContext());
    [all...]
SemaDecl.cpp     [all...]
SemaObjCProperty.cpp 398 auto *OldDC = OldProperty->getDeclContext();
444 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) {
    [all...]
SemaLambda.cpp 94 VarToCapture->getDeclContext()->Equals(EnclosingDC))
297 = Param->getDeclContext()->getLexicalParent())
301 if (Var->getDeclContext()->isRecord())
427 getCurrentMangleNumberContext(Class->getDeclContext(),
506 return cast<EnumDecl>(D->getDeclContext());
    [all...]
SemaLookup.cpp 358 return D->getDeclContext()->getRedeclContext();
    [all...]
CodeCompleteConsumer.cpp 529 AR = std::max(AR, cast<Decl>(D->getDeclContext())->getAvailability());
SemaExprMember.cpp 113 CXXRecordDecl *R = cast<CXXRecordDecl>(D->getDeclContext());
210 CXXRecordDecl *RepClass = dyn_cast<CXXRecordDecl>(Rep->getDeclContext());
546 DeclContext *DC = (*I)->getDeclContext();
    [all...]
SemaCodeComplete.cpp 579 R.Declaration->getDeclContext()->getRedeclContext();
585 if (HiddenCtx == Hiding->getDeclContext()->getRedeclContext())
595 R.Declaration->getDeclContext());
684 T = C.getTypeDeclType(cast<EnumDecl>(Enumerator->getDeclContext()));
743 const DeclContext *DC = ND->getDeclContext()->getRedeclContext();
927 const DeclContext *Ctx = R.Declaration->getDeclContext();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 59 if (RD->getDeclContext())
66 if (TDD->getDeclContext())
CGCXXABI.cpp 290 const CXXRecordDecl *RD = cast<CXXRecordDecl>(MPD->getDeclContext());
ObjectFilePCHContainerOperations.cpp 207 auto *DeclCtx = D->getDeclContext();
  /external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp 664 dyn_cast<NamespaceDecl>(info->record()->getDeclContext());
690 dyn_cast<NamespaceDecl>(info->record()->getDeclContext());
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 431 const DeclContext *Ctx = Node.getDeclContext();
  /external/clang/lib/Analysis/
BodyFarm.cpp 401 auto *Container = cast<ObjCContainerDecl>(Prop->getDeclContext());
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 803 return cast<ObjCImplDecl>(MD->getDeclContext());
816 auto *CatDecl = dyn_cast<ObjCCategoryDecl>(PropDecl->getDeclContext());
    [all...]
DynamicTypePropagation.cpp 731 (*TrackedType)->getObjCSubstitutions(Method->getDeclContext());
834 (*TrackedType)->getObjCSubstitutions(Method->getDeclContext());
    [all...]

Completed in 691 milliseconds

12 3 4 5