Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp3572 MethodVFTableLocationsTy NewMethodLocations; in computeVTableRelatedInformation() local
3587 auto Insert = NewMethodLocations.insert(Loc); in computeVTableRelatedInformation()
3597 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3598 NewMethodLocations.end()); in computeVTableRelatedInformation()
3600 dumpMethodLocations(RD, NewMethodLocations, llvm::outs()); in computeVTableRelatedInformation()