reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/DeclBase.h
 2230   bool containsDeclAndLoad(Decl *D) const;

References

tools/clang/lib/AST/ASTImporter.cpp
 3314   if (D->getDeclContext()->containsDeclAndLoad(D))
 3316   if (DC != LexicalDC && D->getLexicalDeclContext()->containsDeclAndLoad(D))
 3775   if (D->getDeclContext()->containsDeclAndLoad(D))
 3777   if (DC != LexicalDC && D->getLexicalDeclContext()->containsDeclAndLoad(D))
 5111   if (D->getDeclContext()->containsDeclAndLoad(D))
 5113   if (DC != LexicalDC && D->getLexicalDeclContext()->containsDeclAndLoad(D))