Home | History | Annotate | Download | only in AST

Lines Matching defs:buildLookup

1338 /// buildLookup - Build the lookup data structure with all of the
1345 StoredDeclsMap *DeclContext::buildLookup() {
1346 assert(this == getPrimaryContext() && "buildLookup called on non-primary DC");
1431 // FIXME: Make buildLookup const?
1432 Map = const_cast<DeclContext*>(this)->buildLookup();
1456 Map = const_cast<DeclContext*>(this)->buildLookup();
1605 // semantic context, buildLookup won't add it, so add it now.
1617 buildLookup();