Searched refs:TDT (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 865 TemplateDiffTypes TDT; in FormatDiagnostic() local 866 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic() 867 TDT.ToType = getRawArg(ArgNo2); in FormatDiagnostic() 868 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic() 869 TDT.ShowColors = getDiags()->ShowColors; in FormatDiagnostic() 870 TDT.TemplateDiffUsed = false; in FormatDiagnostic() 871 intptr_t val = reinterpret_cast<intptr_t>(&TDT); in FormatDiagnostic() 879 TDT.PrintFromType = true; in FormatDiagnostic() 880 TDT.PrintTree = true; in FormatDiagnostic() 902 TDT.PrintTree = false; in FormatDiagnostic() [all …]
|
/external/clang/lib/AST/ |
D | NSAPI.cpp | 395 const TypedefType *TDT = T->getAs<TypedefType>(); in getNSNumberFactoryMethodKind() local 396 if (TDT) { in getNSNumberFactoryMethodKind() 397 QualType TDTTy = QualType(TDT, 0); in getNSNumberFactoryMethodKind() 490 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in GetNSIntegralKind() local 493 TDT->getDecl()->getDeclName().getAsIdentifierInfo()->getName()) in GetNSIntegralKind() 507 T = TDT->desugar(); in GetNSIntegralKind() 547 while (const TypedefType *TDT = T->getAs<TypedefType>()) { in isObjCTypedef() local 548 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II) in isObjCTypedef() 550 T = TDT->desugar(); in isObjCTypedef()
|
D | ASTDiagnostic.cpp | 339 TemplateDiffTypes &TDT = *reinterpret_cast<TemplateDiffTypes*>(Val); in FormatASTNodeDiagnosticArgument() local 341 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType)); in FormatASTNodeDiagnosticArgument() 343 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType)); in FormatASTNodeDiagnosticArgument() 345 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, in FormatASTNodeDiagnosticArgument() 346 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 347 TDT.ShowColors, OS)) { in FormatASTNodeDiagnosticArgument() 348 NeedQuotes = !TDT.PrintTree; in FormatASTNodeDiagnosticArgument() 349 TDT.TemplateDiffUsed = true; in FormatASTNodeDiagnosticArgument() 355 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument() 360 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument()
|
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 339 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf() local 340 Decl = TDT->getDecl(); in createNestedNameSpecifierForScopeOf()
|
/external/syslinux/gpxe/src/drivers/net/e1000/ |
D | e1000.c | 257 E1000_WRITE_REG ( hw, TDT, 0 ); in e1000_configure_tx() 676 E1000_WRITE_REG ( hw, TDT, adapter->tx_tail ); in e1000_transmit()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 344 if (const TypedefType *TDT = T->getAs<TypedefType>()) { in CXXBasesListInfo() local 345 BaseD = TDT->getDecl(); in CXXBasesListInfo()
|