Searched defs:CommonAncestor (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DDeclCXX.cpp1835 DeclContext *CommonAncestor) {
1839 IdentLoc, Used, CommonAncestor);
1829 Create(ASTContext &C, DeclContext *DC, SourceLocation L, SourceLocation NamespaceLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Used, DeclContext *CommonAncestor) argument
/external/clang/include/clang/AST/
H A DDeclCXX.h2388 DeclContext *CommonAncestor; member in class:clang::UsingDirectiveDecl
2402 DeclContext *CommonAncestor)
2405 NominatedNamespace(Nominated), CommonAncestor(CommonAncestor) { }
2432 DeclContext *getCommonAncestor() { return CommonAncestor; }
2433 const DeclContext *getCommonAncestor() const { return CommonAncestor; }
2451 DeclContext *CommonAncestor);
2397 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
/external/clang/lib/Sema/
H A DSemaLookup.cpp57 const DeclContext *CommonAncestor; member in class:__anon3769::UnqualUsingEntry
61 const DeclContext *CommonAncestor)
62 : Nominated(Nominated), CommonAncestor(CommonAncestor) {
66 return CommonAncestor;
60 UnqualUsingEntry(const DeclContext *Nominated, const DeclContext *CommonAncestor) argument
H A DSemaDeclCXX.cpp5791 DeclContext *CommonAncestor = cast<DeclContext>(NS); local
5792 while (CommonAncestor && !CommonAncestor->Encloses(CurContext))
5793 CommonAncestor = CommonAncestor->getParent();
5797 IdentLoc, Named, CommonAncestor);

Completed in 3597 milliseconds