Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2571 DeclContext *CommonAncestor; variable
2586 DeclContext *CommonAncestor) in UsingDirectiveDecl()
/external/clang/lib/Sema/
DSemaLookup.cpp58 const DeclContext *CommonAncestor; member in __anon8be4ae310111::UnqualUsingEntry
62 const DeclContext *CommonAncestor) in UnqualUsingEntry()
DSemaCodeComplete.cpp455 for (const DeclContext *CommonAncestor = TargetContext; in getRequiredQualification() local
DSemaDeclCXX.cpp7576 DeclContext *CommonAncestor = cast<DeclContext>(NS); in ActOnUsingDirective() local
/external/clang/lib/AST/
DDeclCXX.cpp1957 DeclContext *CommonAncestor) { in Create()