Home | History | Annotate | Download | only in AST

Lines Matching refs:GlobalDecl

784   typedef llvm::DenseMap<GlobalDecl, int64_t> MethodVTableIndicesTy;
1683 MethodVTableIndices[GlobalDecl(DD, Dtor_Complete)]
1685 MethodVTableIndices[GlobalDecl(DD, Dtor_Deleting)]
2176 GlobalDecl GD(DD, Dtor_Complete);
2241 uint64_t ItaniumVTableContext::getMethodVTableIndex(GlobalDecl GD) {
2389 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
2532 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc;
3599 GlobalDecl GD = Loc.first;
3741 MicrosoftVTableContext::getMethodVFTableLocation(GlobalDecl GD) {