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

/external/clang/lib/AST/
H A DDeclBase.cpp1287 buildLookupImpl(DC, hasExternalVisibleStorage());
1294 /// buildLookupImpl - Build part of the lookup data structure for the
1298 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { function in class:DeclContext
1320 buildLookupImpl(InnerCtx, Internal);
1404 buildLookupImpl(Contexts[I], hasExternalVisibleStorage());
/external/clang/include/clang/AST/
H A DDeclBase.h1743 void buildLookupImpl(DeclContext *DCtx, bool Internal);

Completed in 680 milliseconds