Home
last modified time | relevance | path

Searched refs:TDT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1069 TemplateDiffTypes TDT; in FormatDiagnostic() local
1070 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 …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp354 const TypedefType *TDT = T->getAs<TypedefType>(); in getNSNumberFactoryMethodKind() local
355 if (TDT) { in getNSNumberFactoryMethodKind()
356 QualType TDTTy = QualType(TDT, 0); in getNSNumberFactoryMethodKind()
495 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in GetNSIntegralKind() local
498 TDT->getDecl()->getDeclName().getAsIdentifierInfo()->getName()) in GetNSIntegralKind()
512 T = TDT->desugar(); in GetNSIntegralKind()
552 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in isObjCTypedef() local
553 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II) in isObjCTypedef()
555 T = TDT->desugar(); in isObjCTypedef()
H A DASTDiagnostic.cpp403 TemplateDiffTypes &TDT = *reinterpret_cast<TemplateDiffTypes*>(Val); in FormatASTNodeDiagnosticArgument() local
405 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()
H A DQualTypeNames.cpp326 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf() local
327 Decl = TDT->getDecl(); in createNestedNameSpecifierForScopeOf()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3605 if (const TypedefType *TDT = T->getAs<TypedefType>()) in ActOnCXXMemberDeclarator() local
3606 return TDT->getDecl()->hasAttr<UnusedAttr>(); in ActOnCXXMemberDeclarator()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in13251 @Article{Wegbreit:1974:TDT,