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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp58 const DeclContext *CommonAncestor; member in class:__anon3203::UnqualUsingEntry
61 UnqualUsingEntry(const DeclContext *Nominated, const DeclContext *CommonAncestor) argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2878 DeclContext *CommonAncestor; member in class:clang::UsingDirectiveDecl
2880 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument

Completed in 75 milliseconds