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

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

Completed in 48 milliseconds