Home
last modified time | relevance | path

Searched refs:getCommonAncestor (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp71 const DeclContext *getCommonAncestor() const { in getCommonAncestor() function in __anon506a0daf0111::UnqualUsingEntry
82 return L.getCommonAncestor() < R.getCommonAncestor(); in operator ()()
86 return E.getCommonAncestor() < DC; in operator ()()
90 return DC < E.getCommonAncestor(); in operator ()()
H A DSemaTemplateInstantiateDecl.cpp3285 D->getCommonAncestor()); in VisitUsingDirectiveDecl()
/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/Serialization/
H A DASTWriterDecl.cpp1469 Record.AddDeclRef(dyn_cast<Decl>(D->getCommonAncestor())); in VisitUsingDirectiveDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9302 clang::DeclContext *from = ud->getCommonAncestor(); in DeclContextFindDeclByName()
9418 clang::DeclContext *from = ud->getCommonAncestor(); in CountDeclLevels()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5281 auto ToComAncestorOrErr = Importer.ImportContext(D->getCommonAncestor()); in VisitUsingDirectiveDecl()