Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp3616 MethodVFTableLocationsTy NewMethodLocations; in computeVTableRelatedInformation() local
3631 auto Insert = NewMethodLocations.insert(Loc); in computeVTableRelatedInformation()
3641 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3642 NewMethodLocations.end()); in computeVTableRelatedInformation()
3644 dumpMethodLocations(RD, NewMethodLocations, llvm::outs()); in computeVTableRelatedInformation()