Home
last modified time | relevance | path

Searched defs:TTPT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp251 if (const auto *TTPT = dyn_cast_if_present<TemplateTypeParmType>(T.Type)) { in simplifyType() local
H A DSemaTemplateVariadic.cpp374 if (auto *TTPT = Pack.first.dyn_cast<const TemplateTypeParmType *>()) { in DiagnoseUnexpandedParameterPacks() local
H A DSemaCodeComplete.cpp5940 } else if (const auto *TTPT = in CodeCompleteMemberReferenceExpr() local
6903 if (const auto *TTPT = in CodeCompleteQualifiedId() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp537 if (const auto *TTPT = dyn_cast_or_null<TemplateTypeParmType>(Ty)) { in printEntryName() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp766 const TemplateTypeParmType *TTPT) { in VisitTemplateTypeParmType()
H A DTypePrinter.cpp2337 if (auto *TTPT = Pattern->getAs<TemplateTypeParmType>()) { in isSubstitutedType() local