Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp3619 MethodVFTableLocationsTy NewMethodLocations; in computeVTableRelatedInformation() local
3634 auto Insert = NewMethodLocations.insert(Loc); in computeVTableRelatedInformation()
3644 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3645 NewMethodLocations.end()); in computeVTableRelatedInformation()
3647 dumpMethodLocations(RD, NewMethodLocations, llvm::outs()); in computeVTableRelatedInformation()