Searched refs:containsDeclAndLoad (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2267 bool containsDeclAndLoad(Decl *D) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1455 bool DeclContext::containsDeclAndLoad(Decl *D) const { function in class:DeclContext
H A DASTImporter.cpp307 if (FromDC->containsDeclAndLoad(FromD)) {
311 if (ToDC != ToLexicalDC && FromLexicalDC->containsDeclAndLoad(FromD)) {

Completed in 143 milliseconds