Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp2456 MethodVFTableLocationsTy MethodVFTableLocations; member in __anon71138c580511::VFTableBuilder
2561 assert(MethodVFTableLocations.empty()); in LayoutVFTable()
2573 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc; in LayoutVFTable()
2575 MethodVFTableLocations[MD] = Loc; in LayoutVFTable()
2609 return method_locations_range(MethodVFTableLocations.begin(), in vtable_locations()
2610 MethodVFTableLocations.end()); in vtable_locations()
3535 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3679 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()
3680 if (I != MethodVFTableLocations.end()) in getMethodVFTableLocation()
3687 I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()
[all …]
/external/clang/include/clang/AST/
DVTableBuilder.h484 MethodVFTableLocationsTy MethodVFTableLocations; variable