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

/external/clang/lib/Basic/
H A DDiagnostic.cpp834 TemplateDiffTypes TDT; local
835 TDT.FromType = getRawArg(ArgNo);
836 TDT.ToType = getRawArg(ArgNo2);
837 TDT.ElideType = getDiags()->ElideType;
838 TDT.ShowColors = getDiags()->ShowColors;
839 TDT.TemplateDiffUsed = false;
840 intptr_t val = reinterpret_cast<intptr_t>(&TDT);
848 TDT.PrintFromType = true;
849 TDT.PrintTree = true;
871 TDT
[all...]
/external/clang/lib/AST/
H A DNSAPI.cpp294 const TypedefType *TDT = T->getAs<TypedefType>(); local
295 if (TDT) {
296 QualType TDTTy = QualType(TDT, 0);
392 while (const TypedefType *TDT = T->getAs<TypedefType>()) {
393 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II)
395 T = TDT->desugar();
H A DASTDiagnostic.cpp274 TemplateDiffTypes &TDT = *reinterpret_cast<TemplateDiffTypes*>(Val); local
276 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType));
278 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType));
280 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
281 TDT.PrintFromType, TDT.ElideType,
282 TDT.ShowColors, OS)) {
283 NeedQuotes = !TDT.PrintTree;
284 TDT.TemplateDiffUsed = true;
290 if (TDT
[all...]
/external/clang/tools/libclang/
H A DIndexingContext.cpp132 if (const TypedefType *TDT = T->getAs<TypedefType>()) {
133 BaseD = TDT->getDecl();

Completed in 272 milliseconds