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

/external/clang/lib/AST/
H A DDeclBase.cpp1230 /// buildLookup - Build the lookup data structure with all of the
1237 StoredDeclsMap *DeclContext::buildLookup() { function in class:DeclContext
1238 assert(this == getPrimaryContext() && "buildLookup called on non-primary DC");
1306 Map = buildLookup();
1331 Map = buildLookup();
1474 // semantic context, buildLookup won't add it, so add it now.
1486 buildLookup();

Completed in 873 milliseconds