Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp306 if (auto *TTPT = Pack.first.dyn_cast<const TemplateTypeParmType *>()) { DiagnoseUnexpandedParameterPacks() local
H A DSemaCodeComplete.cpp5764 } else if (const auto *TTPT = CodeCompleteMemberReferenceExpr() local
6702 if (const auto *TTPT = CodeCompleteQualifiedId() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp489 if (const auto *TTPT = dyn_cast_or_null<TemplateTypeParmType>(Ty)) { printEntryName() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp731 VisitTemplateTypeParmType(const TemplateTypeParmType * TTPT) VisitTemplateTypeParmType() argument
H A DTypePrinter.cpp2052 if (auto *TTPT = Pattern->getAs<TemplateTypeParmType>()) { isSubstitutedType() local