Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3712 MethodVFTableLocationsTy NewMethodLocations; in computeVTableRelatedInformation() local
3727 auto Insert = NewMethodLocations.insert(Loc); in computeVTableRelatedInformation()
3737 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3738 NewMethodLocations.end()); in computeVTableRelatedInformation()
3740 dumpMethodLocations(RD, NewMethodLocations, llvm::outs()); in computeVTableRelatedInformation()