Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3082 DeclContext *getCommonAncestor() { return CommonAncestor; } getCommonAncestor() function
3083 const DeclContext *getCommonAncestor() const { return CommonAncestor; } getCommonAncestor() function
/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp71 const DeclContext *getCommonAncestor() const { getCommonAncestor() function in __anond4728be20111::UnqualUsingEntry