Home | History | Annotate | Download | only in AST

Lines Matching refs:GlobalDecl

786   typedef llvm::DenseMap<GlobalDecl, int64_t> MethodVTableIndicesTy;
1703 MethodVTableIndices[GlobalDecl(DD, Dtor_Complete)]
1705 MethodVTableIndices[GlobalDecl(DD, Dtor_Deleting)]
2204 GlobalDecl GD(DD, Dtor_Complete);
2270 uint64_t ItaniumVTableContext::getMethodVTableIndex(GlobalDecl GD) {
2420 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
2557 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc;
3324 GlobalDecl GD = Loc.first;
3470 MicrosoftVTableContext::getMethodVFTableLocation(GlobalDecl GD) {