Searched defs:ParentDC (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Index/ | ||
H A D | IndexTypeSourceInfo.cpp | 24 const DeclContext *ParentDC; member in __anon752fd8250111::TypeIndexer |
H A D | IndexBody.cpp | 25 const DeclContext *ParentDC; member in __anona0424bd40111::BodyIndexer |
/openbsd/gnu/llvm/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 6027 DeclContext *ParentDC = D->getDeclContext(); in FindInstantiatedDecl() local |
H A D | SemaDecl.cpp | 8240 for (DeclContext *ParentDC = NewDC; in CheckShadow() local |
H A D | SemaExpr.cpp | 19107 DeclContext *ParentDC = getParentOfCapturingContextOrNull(DC, Var, in tryCaptureVariable() local |
/openbsd/gnu/llvm/clang/lib/AST/ | ||
H A D | ASTImporter.cpp | 3276 IsTypeDeclaredInsideVisitor(const FunctionDecl *ParentDC) in IsTypeDeclaredInsideVisitor() |