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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp3275 MethodVFTableLocationsTy NewMethodLocations; local
3287 NewMethodLocations.insert(Builder.vtable_indices_begin(),
3292 MethodVFTableLocations.insert(NewMethodLocations.begin(),
3293 NewMethodLocations.end());
3295 dumpMethodLocations(RD, NewMethodLocations, llvm::outs());

Completed in 49 milliseconds