Searched refs:TDT (Results 1 – 6 of 6) sorted by relevance
1069 TemplateDiffTypes TDT; in FormatDiagnostic() local1070 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic()1071 TDT.ToType = getRawArg(ArgNo2); in FormatDiagnostic()1072 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()1073 TDT.ShowColors = getDiags()->ShowColors; in FormatDiagnostic()1074 TDT.TemplateDiffUsed = false; in FormatDiagnostic()1075 intptr_t val = reinterpret_cast<intptr_t>(&TDT); in FormatDiagnostic()1083 TDT.PrintFromType = true; in FormatDiagnostic()1084 TDT.PrintTree = true; in FormatDiagnostic()1106 TDT.PrintTree = false; in FormatDiagnostic()[all …]
354 const TypedefType *TDT = T->getAs<TypedefType>(); in getNSNumberFactoryMethodKind() local355 if (TDT) { in getNSNumberFactoryMethodKind()356 QualType TDTTy = QualType(TDT, 0); in getNSNumberFactoryMethodKind()495 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in GetNSIntegralKind() local498 TDT->getDecl()->getDeclName().getAsIdentifierInfo()->getName()) in GetNSIntegralKind()512 T = TDT->desugar(); in GetNSIntegralKind()552 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in isObjCTypedef() local553 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II) in isObjCTypedef()555 T = TDT->desugar(); in isObjCTypedef()
403 TemplateDiffTypes &TDT = *reinterpret_cast<TemplateDiffTypes*>(Val); in FormatASTNodeDiagnosticArgument() local405 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType)); in FormatASTNodeDiagnosticArgument()407 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType)); in FormatASTNodeDiagnosticArgument()409 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, in FormatASTNodeDiagnosticArgument()410 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument()411 TDT.ShowColors, OS)) { in FormatASTNodeDiagnosticArgument()412 NeedQuotes = !TDT.PrintTree; in FormatASTNodeDiagnosticArgument()413 TDT.TemplateDiffUsed = true; in FormatASTNodeDiagnosticArgument()419 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument()424 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument()
326 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf() local327 Decl = TDT->getDecl(); in createNestedNameSpecifierForScopeOf()
3605 if (const TypedefType *TDT = T->getAs<TypedefType>()) in ActOnCXXMemberDeclarator() local 3606 return TDT->getDecl()->hasAttr<UnusedAttr>(); in ActOnCXXMemberDeclarator()
13251 @Article{Wegbreit:1974:TDT,