Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp2443 MethodVFTableLocationsTy MethodVFTableLocations; member in __anond37903e60611::VFTableBuilder
2548 assert(MethodVFTableLocations.empty()); in LayoutVFTable()
2561 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc; in LayoutVFTable()
2563 MethodVFTableLocations[MD] = Loc; in LayoutVFTable()
2598 return method_locations_range(MethodVFTableLocations.begin(), in vtable_locations()
2599 MethodVFTableLocations.end()); in vtable_locations()
3644 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3787 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()
3788 if (I != MethodVFTableLocations.end()) in getMethodVFTableLocation()
3795 I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()
[all …]
/external/clang/lib/AST/
DVTableBuilder.cpp2416 MethodVFTableLocationsTy MethodVFTableLocations; member in __anon71138c580511::VFTableBuilder
2521 assert(MethodVFTableLocations.empty()); in LayoutVFTable()
2532 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc; in LayoutVFTable()
2534 MethodVFTableLocations[MD] = Loc; in LayoutVFTable()
2569 return method_locations_range(MethodVFTableLocations.begin(), in vtable_locations()
2570 MethodVFTableLocations.end()); in vtable_locations()
3608 MethodVFTableLocations.insert(NewMethodLocations.begin(), in computeVTableRelatedInformation()
3748 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()
3749 if (I != MethodVFTableLocations.end()) in getMethodVFTableLocation()
3756 I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()
[all …]
/external/clang/include/clang/AST/
DVTableBuilder.h505 MethodVFTableLocationsTy MethodVFTableLocations; variable
/external/llvm-project/clang/include/clang/AST/
DVTableBuilder.h551 MethodVFTableLocationsTy MethodVFTableLocations; variable