Searched refs:TDT (Results 1 – 6 of 6) sorted by relevance
354 const TypedefType *TDT = T->getAs<TypedefType>(); in getNSNumberFactoryMethodKind() local355 if (TDT) { in getNSNumberFactoryMethodKind()356 QualType TDTTy = QualType(TDT, 0); in getNSNumberFactoryMethodKind()497 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in GetNSIntegralKind() local500 TDT->getDecl()->getDeclName().getAsIdentifierInfo()->getName()) in GetNSIntegralKind()514 T = TDT->desugar(); in GetNSIntegralKind()554 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in isObjCTypedef() local555 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II) in isObjCTypedef()557 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()
322 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf() local323 Decl = TDT->getDecl(); in createNestedNameSpecifierForScopeOf()
1359 TemplateDiffTypes TDT; in FormatDiagnostic() local1360 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic()1361 TDT.ToType = getRawArg(ArgNo2); in FormatDiagnostic()1362 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()1363 TDT.ShowColors = getDiags()->ShowColors; in FormatDiagnostic()1364 TDT.TemplateDiffUsed = false; in FormatDiagnostic()1365 intptr_t val = reinterpret_cast<intptr_t>(&TDT); in FormatDiagnostic()1373 TDT.PrintFromType = true; in FormatDiagnostic()1374 TDT.PrintTree = true; in FormatDiagnostic()1395 TDT.PrintTree = false; in FormatDiagnostic()[all …]
3412 if (const TypedefType *TDT = T->getAs<TypedefType>()) in HasAttribute() local3413 return TDT->getDecl()->hasAttr<AttrType>(); in HasAttribute()
13251 @Article{Wegbreit:1974:TDT,