Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp3615 MethodVFTableLocationsTy NewMethodLocations; in computeVTableRelatedInformation() local
3630 auto Insert = NewMethodLocations.insert(Loc); in computeVTableRelatedInformation()
3640 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3641 NewMethodLocations.end()); in computeVTableRelatedInformation()
3643 dumpMethodLocations(RD, NewMethodLocations, llvm::outs()); in computeVTableRelatedInformation()