Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclLookups.h92 inline DeclContext::lookups_range DeclContext::noload_lookups() const { in noload_lookups() function
105 return noload_lookups().begin(); in noload_lookups_begin()
110 return noload_lookups().end(); in noload_lookups_end()
DDeclBase.h1702 lookups_range noload_lookups() const;
/external/llvm-project/clang/include/clang/AST/
DDeclLookups.h89 DeclContext::noload_lookups(bool PreserveInternalState) const { in noload_lookups() function
DDeclBase.h2320 lookups_range noload_lookups(bool PreserveInternalState) const;
/external/llvm-project/clang/lib/AST/
DASTDumper.cpp40 : Primary->noload_lookups(/*PreserveInternalState=*/true); in dumpLookups()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp3795 : Ctx->noload_lookups(/*PreserveInternalState=*/false)) { in lookupInDeclContext()