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

/external/clang/lib/AST/
H A DVTableBuilder.cpp3309 MethodVFTableLocationsTy NewMethodLocations; local
3326 auto M = NewMethodLocations.find(GD);
3327 if (M == NewMethodLocations.end() || NewLoc < M->second)
3328 NewMethodLocations[GD] = NewLoc;
3332 MethodVFTableLocations.insert(NewMethodLocations.begin(),
3333 NewMethodLocations.end());
3335 dumpMethodLocations(RD, NewMethodLocations, llvm::outs());

Completed in 144 milliseconds