Home
last modified time | relevance | path

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

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