Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h2384 bool containsDeclAndLoad(Decl *D) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp1481 bool DeclContext::containsDeclAndLoad(Decl *D) const { in containsDeclAndLoad() function in DeclContext
H A DASTImporter.cpp325 if (FromDC->containsDeclAndLoad(FromD)) { in addDeclToContexts()
329 if (ToDC != ToLexicalDC && FromLexicalDC->containsDeclAndLoad(FromD)) { in addDeclToContexts()