Searched refs:CommonAncestor (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2562 DeclContext *CommonAncestor; member in class:clang::UsingDirectiveDecl
2577 DeclContext *CommonAncestor)
2580 NominatedNamespace(Nominated), CommonAncestor(CommonAncestor) { }
2607 DeclContext *getCommonAncestor() { return CommonAncestor; }
2608 const DeclContext *getCommonAncestor() const { return CommonAncestor; }
2626 DeclContext *CommonAncestor);
2572 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp62 const DeclContext *CommonAncestor; member in class:__anon4040::UnqualUsingEntry
66 const DeclContext *CommonAncestor)
67 : Nominated(Nominated), CommonAncestor(CommonAncestor) {
71 return CommonAncestor;
65 UnqualUsingEntry(const DeclContext *Nominated, const DeclContext *CommonAncestor) argument
H A DSemaCodeComplete.cpp455 for (const DeclContext *CommonAncestor = TargetContext;
456 CommonAncestor && !CommonAncestor->Encloses(CurContext);
457 CommonAncestor = CommonAncestor->getLookupParent()) {
458 if (CommonAncestor->isTransparentContext() ||
459 CommonAncestor->isFunctionOrMethod())
462 TargetParents.push_back(CommonAncestor);
H A DSemaDeclCXX.cpp7606 DeclContext *CommonAncestor = cast<DeclContext>(NS); local
7607 while (CommonAncestor && !CommonAncestor->Encloses(CurContext))
7608 CommonAncestor = CommonAncestor->getParent();
7612 IdentLoc, Named, CommonAncestor);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1984 DeclContext *CommonAncestor) {
1988 IdentLoc, Used, CommonAncestor);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1374 D->CommonAncestor = ReadDeclAs<DeclContext>(Record, Idx);

Completed in 238 milliseconds