Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3089 DeclContext *getCommonAncestor() { return CommonAncestor; } in getCommonAncestor() function
3090 const DeclContext *getCommonAncestor() const { return CommonAncestor; } in getCommonAncestor() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp71 const DeclContext *getCommonAncestor() const { in getCommonAncestor() function in __anon506a0daf0111::UnqualUsingEntry