Searched defs:MethodVFTableLocations (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DVTableBuilder.h505 MethodVFTableLocationsTy MethodVFTableLocations; member in class:clang::MicrosoftVTableContext
/external/clang/lib/AST/
H A DVTableBuilder.cpp2416 MethodVFTableLocationsTy MethodVFTableLocations; member in class:__anon1496::VFTableBuilder
2521 assert(MethodVFTableLocations.empty());
2532 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc;
2534 MethodVFTableLocations[MD] = Loc;
2569 return method_locations_range(MethodVFTableLocations.begin(),
2570 MethodVFTableLocations.end());
3608 MethodVFTableLocations.insert(NewMethodLocations.begin(),
3748 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD);
3749 if (I != MethodVFTableLocations.end())
3756 I = MethodVFTableLocations
[all...]

Completed in 119 milliseconds