Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp318 if (auto *TTPT = Pack.first.dyn_cast<const TemplateTypeParmType *>()) { in DiagnoseUnexpandedParameterPacks() local
H A DSemaCodeComplete.cpp5790 } else if (const auto *TTPT = in CodeCompleteMemberReferenceExpr() local
6752 if (const auto *TTPT = in CodeCompleteQualifiedId() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp519 if (const auto *TTPT = dyn_cast_or_null<TemplateTypeParmType>(Ty)) { in printEntryName() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp764 const TemplateTypeParmType *TTPT) { in VisitTemplateTypeParmType()
H A DTypePrinter.cpp2172 if (auto *TTPT = Pattern->getAs<TemplateTypeParmType>()) { in isSubstitutedType() local