Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp71 const DeclContext *getCommonAncestor() const { in getCommonAncestor() function in __anon3afdb4490111::UnqualUsingEntry
82 return L.getCommonAncestor() < R.getCommonAncestor(); in operator ()()
86 return E.getCommonAncestor() < DC; in operator ()()
90 return DC < E.getCommonAncestor(); in operator ()()
HDSemaTemplateInstantiateDecl.cpp3285 D->getCommonAncestor()); in VisitUsingDirectiveDecl()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h3089 DeclContext *getCommonAncestor() { return CommonAncestor; } in getCommonAncestor() function
3090 const DeclContext *getCommonAncestor() const { return CommonAncestor; } in getCommonAncestor() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp1469 Record.AddDeclRef(dyn_cast<Decl>(D->getCommonAncestor())); in VisitUsingDirectiveDecl()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp9302 clang::DeclContext *from = ud->getCommonAncestor(); in DeclContextFindDeclByName()
9418 clang::DeclContext *from = ud->getCommonAncestor(); in CountDeclLevels()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp5281 auto ToComAncestorOrErr = Importer.ImportContext(D->getCommonAncestor()); in VisitUsingDirectiveDecl()