Searched defs:SubstType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiate.cpp | 2264 QualType SubstType = TransformType(E->getParameterType(getSema().Context)); TransformSubstNonTypeTemplateParmExpr() local |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | AST.cpp | 749 if (const auto *SubstType = dyn_cast<SubstTemplateTypeParmType>(PlainType)) { in getUnderlyingPackType() local |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTDiagnostic.cpp | 1123 if (const auto* SubstType = Ty->getAs<SubstTemplateTypeParmType>()) GetTemplateSpecializationType() local |