Searched defs:getCommonAncestor (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h2432 DeclContext *getCommonAncestor() { return CommonAncestor; } function in class:clang::UsingDirectiveDecl
2433 const DeclContext *getCommonAncestor() const { return CommonAncestor; } function in class:clang::UsingDirectiveDecl
/external/clang/lib/Sema/
H A DSemaLookup.cpp65 const DeclContext *getCommonAncestor() const { function in class:__anon223::UnqualUsingEntry
76 return L.getCommonAncestor() < R.getCommonAncestor();
80 return E.getCommonAncestor() < DC;
84 return DC < E.getCommonAncestor();

Completed in 86 milliseconds