Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp3638 MethodVFTableLocationsTy NewMethodLocations; in computeVTableRelatedInformation() local
3655 auto M = NewMethodLocations.find(GD); in computeVTableRelatedInformation()
3656 if (M == NewMethodLocations.end() || NewLoc < M->second) in computeVTableRelatedInformation()
3657 NewMethodLocations[GD] = NewLoc; in computeVTableRelatedInformation()
3661 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3662 NewMethodLocations.end()); in computeVTableRelatedInformation()
3664 dumpMethodLocations(RD, NewMethodLocations, llvm::outs()); in computeVTableRelatedInformation()