Home | History | Annotate | Download | only in AST

Lines Matching refs:buildLookup

1230 /// buildLookup - Build the lookup data structure with all of the
1237 StoredDeclsMap *DeclContext::buildLookup() {
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();