Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp3586 MethodVFTableLocationsTy NewMethodLocations; in computeVTableRelatedInformation() local
3602 auto M = NewMethodLocations.find(GD); in computeVTableRelatedInformation()
3603 if (M == NewMethodLocations.end() || NewLoc < M->second) in computeVTableRelatedInformation()
3604 NewMethodLocations[GD] = NewLoc; in computeVTableRelatedInformation()
3608 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3609 NewMethodLocations.end()); in computeVTableRelatedInformation()
3611 dumpMethodLocations(RD, NewMethodLocations, llvm::outs()); in computeVTableRelatedInformation()
/external/llvm-project/clang/lib/AST/
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()