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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2894 DeclContext *CommonAncestor; member in class:clang::UsingDirectiveDecl
2901 DeclContext *CommonAncestor)
2904 NominatedNamespace(Nominated), CommonAncestor(CommonAncestor) {}
2946 DeclContext *getCommonAncestor() { return CommonAncestor; }
2947 const DeclContext *getCommonAncestor() const { return CommonAncestor; }
2965 DeclContext *CommonAncestor);
2896 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp58 const DeclContext *CommonAncestor; member in class:__anon829::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.cpp712 for (const DeclContext *CommonAncestor = TargetContext;
713 CommonAncestor && !CommonAncestor->Encloses(CurContext);
714 CommonAncestor = CommonAncestor->getLookupParent()) {
715 if (CommonAncestor->isTransparentContext() ||
716 CommonAncestor->isFunctionOrMethod())
719 TargetParents.push_back(CommonAncestor);
H A DSemaDeclCXX.cpp11497 DeclContext *CommonAncestor = NS;
11498 while (CommonAncestor && !CommonAncestor->Encloses(CurContext))
11499 CommonAncestor = CommonAncestor->getParent();
11503 IdentLoc, Named, CommonAncestor);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2843 DeclContext *CommonAncestor) {
2847 IdentLoc, Used, CommonAncestor);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1689 D->CommonAncestor = readDeclAs<DeclContext>();

Completed in 346 milliseconds