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

/external/clang/lib/AST/
H A DDeclBase.cpp1338 /// buildLookup - Build the lookup data structure with all of the
1345 StoredDeclsMap *DeclContext::buildLookup() { function in class:DeclContext
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();

Completed in 145 milliseconds