Searched defs:TTPT (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateVariadic.cpp | 306 if (auto *TTPT = Pack.first.dyn_cast<const TemplateTypeParmType *>()) { DiagnoseUnexpandedParameterPacks() local |
H A D | SemaCodeComplete.cpp | 5764 } else if (const auto *TTPT = CodeCompleteMemberReferenceExpr() local |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ | ||
H A D | FrontendActions.cpp | 489 if (const auto *TTPT = dyn_cast_or_null<TemplateTypeParmType>(Ty)) { printEntryName() local |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | JSONNodeDumper.cpp | 731 VisitTemplateTypeParmType(const TemplateTypeParmType * TTPT) VisitTemplateTypeParmType() argument |
H A D | TypePrinter.cpp | 2052 if (auto *TTPT = Pattern->getAs<TemplateTypeParmType>()) { isSubstitutedType() local |