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

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

Completed in 135 milliseconds