Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h2483 DeclContext *CommonAncestor; variable
2498 DeclContext *CommonAncestor) in UsingDirectiveDecl()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp57 const DeclContext *CommonAncestor; member in __anon45f676f20111::UnqualUsingEntry
61 const DeclContext *CommonAncestor) in UnqualUsingEntry()
HDSemaCodeComplete.cpp455 for (const DeclContext *CommonAncestor = TargetContext; in getRequiredQualification() local
HDSemaDeclCXX.cpp6928 DeclContext *CommonAncestor = cast<DeclContext>(NS); in ActOnUsingDirective() local
/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclCXX.cpp1903 DeclContext *CommonAncestor) { in Create()