Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DCrtpConstructorAccessibilityCheck.cpp31 const auto *const TTPT = in isDerivedParameterBefriended() local
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp844 if (const auto *TTPT = getFunctionPackType(Callee)) { in handleCall() local
949 if (const auto *TTPT = getFunctionPackType(D)) { in resolveForwardingParameters() local
H A DDumpAST.cpp272 if (const auto *TTPT = dyn_cast<TemplateTypeParmType>(TL.getTypePtr())) getDetail() local
H A DPreamble.cpp178 if (const auto *TTPT = in isLikelyForwardingFunction() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp318 if (auto *TTPT = Pack.first.dyn_cast<const TemplateTypeParmType *>()) { DiagnoseUnexpandedParameterPacks() local
H A DSemaCodeComplete.cpp5790 } else if (const auto *TTPT = CodeCompleteMemberReferenceExpr() local
6752 if (const auto *TTPT = CodeCompleteQualifiedId() local
/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp519 if (const auto *TTPT = dyn_cast_or_null<TemplateTypeParmType>(Ty)) { printEntryName() local
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp764 VisitTemplateTypeParmType(const TemplateTypeParmType * TTPT) VisitTemplateTypeParmType() argument
H A DTypePrinter.cpp2169 if (auto *TTPT = Pattern->getAs<TemplateTypeParmType>()) { isSubstitutedType() local