Searched defs:noload_lookups (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclLookups.h92 inline DeclContext::lookups_range DeclContext::noload_lookups() const { function in class:clang::DeclContext
105 return noload_lookups().begin();
110 return noload_lookups().end();

Completed in 243 milliseconds