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.cpp3714 MethodVFTableLocationsTy NewMethodLocations; in computeVTableRelatedInformation() local
3729 auto Insert = NewMethodLocations.insert(Loc); in computeVTableRelatedInformation()
3739 MethodVFTableLocations.insert_range(NewMethodLocations); in computeVTableRelatedInformation()
3741 dumpMethodLocations(RD, NewMethodLocations, llvm::outs()); in computeVTableRelatedInformation()