HomeSort by: relevance | last modified time | path
    Searched refs:containsDeclAndLoad (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 2311 bool containsDeclAndLoad(Decl *D) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 1419 bool DeclContext::containsDeclAndLoad(Decl *D) const {
ASTImporter.cpp 300 if (FromDC->containsDeclAndLoad(FromD)) {
304 if (ToDC != ToLexicalDC && FromLexicalDC->containsDeclAndLoad(FromD)) {

Completed in 23 milliseconds