Home
last modified time | relevance | path

Searched defs:CommonAncestor (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h2631 DeclContext *CommonAncestor; variable
2646 DeclContext *CommonAncestor) in UsingDirectiveDecl()
/external/clang/lib/Sema/
DSemaLookup.cpp61 const DeclContext *CommonAncestor; member in __anon19e32a9a0111::UnqualUsingEntry
65 const DeclContext *CommonAncestor) in UnqualUsingEntry()
DSemaCodeComplete.cpp454 for (const DeclContext *CommonAncestor = TargetContext; in getRequiredQualification() local
DSemaDeclCXX.cpp7764 DeclContext *CommonAncestor = cast<DeclContext>(NS); in ActOnUsingDirective() local
/external/clang/lib/AST/
DDeclCXX.cpp2037 DeclContext *CommonAncestor) { in Create()