Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp2458 MethodVFTableLocationsTy MethodVFTableLocations; member in __anon14b3896f0511::VFTableBuilder
2563 assert(MethodVFTableLocations.empty()); in LayoutVFTable()
2575 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc; in LayoutVFTable()
2577 MethodVFTableLocations[MD] = Loc; in LayoutVFTable()
2611 return method_locations_range(MethodVFTableLocations.begin(), in vtable_locations()
2612 MethodVFTableLocations.end()); in vtable_locations()
3661 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3805 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()
3806 if (I != MethodVFTableLocations.end()) in getMethodVFTableLocation()
3813 I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDVTableBuilder.h484 MethodVFTableLocationsTy MethodVFTableLocations; variable