Searched refs:CommonAncestor (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2878 DeclContext *CommonAncestor; member in class:clang::UsingDirectiveDecl
2885 DeclContext *CommonAncestor)
2888 NominatedNamespace(Nominated), CommonAncestor(CommonAncestor) {}
2930 DeclContext *getCommonAncestor() { return CommonAncestor; }
2931 const DeclContext *getCommonAncestor() const { return CommonAncestor; }
2949 DeclContext *CommonAncestor);
2880 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp58 const DeclContext *CommonAncestor; member in class:__anon661::UnqualUsingEntry
62 const DeclContext *CommonAncestor)
63 : Nominated(Nominated), CommonAncestor(CommonAncestor) {
67 return CommonAncestor;
61 UnqualUsingEntry(const DeclContext *Nominated, const DeclContext *CommonAncestor) argument
H A DSemaCodeComplete.cpp669 for (const DeclContext *CommonAncestor = TargetContext;
670 CommonAncestor && !CommonAncestor->Encloses(CurContext);
671 CommonAncestor = CommonAncestor->getLookupParent()) {
672 if (CommonAncestor->isTransparentContext() ||
673 CommonAncestor->isFunctionOrMethod())
676 TargetParents.push_back(CommonAncestor);
H A DSemaDeclCXX.cpp11092 DeclContext *CommonAncestor = NS;
11093 while (CommonAncestor && !CommonAncestor->Encloses(CurContext))
11094 CommonAncestor = CommonAncestor->getParent();
11098 IdentLoc, Named, CommonAncestor);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2738 DeclContext *CommonAncestor) {
2742 IdentLoc, Used, CommonAncestor);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1650 D->CommonAncestor = readDeclAs<DeclContext>();

Completed in 176 milliseconds