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

/external/clang/lib/AST/
H A DDeclBase.cpp1367 buildLookupImpl(DC, hasExternalVisibleStorage());
1374 /// buildLookupImpl - Build part of the lookup data structure for the
1378 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { function in class:DeclContext
1400 buildLookupImpl(InnerCtx, Internal);
1484 buildLookupImpl(Contexts[I], hasExternalVisibleStorage());

Completed in 73 milliseconds