Searched refs:getCommonAncestor (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLookup.cpp66 const DeclContext *getCommonAncestor() const { function in class:__anon18064::UnqualUsingEntry
77 return L.getCommonAncestor() < R.getCommonAncestor();
81 return E.getCommonAncestor() < DC;
85 return DC < E.getCommonAncestor();
H A DSemaTemplateInstantiateDecl.cpp2114 D->getCommonAncestor());
/external/clang/include/clang/AST/
H A DDeclCXX.h2597 DeclContext *getCommonAncestor() { return CommonAncestor; } function in class:clang::UsingDirectiveDecl
2598 const DeclContext *getCommonAncestor() const { return CommonAncestor; } function in class:clang::UsingDirectiveDecl
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp967 Writer.AddDeclRef(dyn_cast<Decl>(D->getCommonAncestor()), Record);

Completed in 979 milliseconds