Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DDumpAST.cpp266 if (const auto *TTPT = dyn_cast<TemplateTypeParmType>(TL.getTypePtr())) in getDetail() local
/external/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp305 if (auto *TTPT = Pack.first.dyn_cast<const TemplateTypeParmType *>()) { in DiagnoseUnexpandedParameterPacks() local
DSemaCodeComplete.cpp5205 } else if (const auto *TTPT = in CodeCompleteMemberReferenceExpr() local
5909 if (const auto *TTPT = in CodeCompleteQualifiedId() local
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp645 const TemplateTypeParmType *TTPT) { in VisitTemplateTypeParmType()
DTypePrinter.cpp1834 if (auto *TTPT = Pattern->getAs<TemplateTypeParmType>()) { in isSubstitutedType() local