Searched refs:TDT (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp1016 TemplateDiffTypes TDT; local
1017 TDT.FromType = getRawArg(ArgNo);
1018 TDT.ToType = getRawArg(ArgNo2);
1019 TDT.ElideType = getDiags()->ElideType;
1020 TDT.ShowColors = getDiags()->ShowColors;
1021 TDT.TemplateDiffUsed = false;
1022 intptr_t val = reinterpret_cast<intptr_t>(&TDT);
1030 TDT.PrintFromType = true;
1031 TDT.PrintTree = true;
1053 TDT
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DNSAPI.cpp383 const TypedefType *TDT = T->getAs<TypedefType>(); local
384 if (TDT) {
385 QualType TDTTy = QualType(TDT, 0);
518 while (const TypedefType *TDT = T->getAs<TypedefType>()) {
521 TDT->getDecl()->getDeclName().getAsIdentifierInfo()->getName())
535 T = TDT->desugar();
575 while (const TypedefType *TDT = T->getAs<TypedefType>()) {
576 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II)
578 T = TDT->desugar();
H A DASTDiagnostic.cpp370 TemplateDiffTypes &TDT = *reinterpret_cast<TemplateDiffTypes*>(Val); local
372 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType));
374 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType));
376 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
377 TDT.PrintFromType, TDT.ElideType,
378 TDT.ShowColors, OS)) {
379 NeedQuotes = !TDT.PrintTree;
380 TDT.TemplateDiffUsed = true;
386 if (TDT
[all...]
H A DQualTypeNames.cpp323 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) {
324 Decl = TDT->getDecl();
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp347 if (const TypedefType *TDT = T->getAs<TypedefType>()) {
348 BaseD = TDT->getDecl();

Completed in 182 milliseconds