Home
last modified time | relevance | path

Searched defs:SubstType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2264 QualType SubstType = TransformType(E->getParameterType(getSema().Context)); TransformSubstNonTypeTemplateParmExpr() local
2795 TypeSourceInfo *Sema::SubstType(TypeSourceInfo *T, SubstType() function in Sema
2813 TypeSourceInfo *Sema::SubstType(TypeLoc TL, SubstType() function in Sema
2844 QualType Sema::SubstType(QualType T, SubstType() function in Sema
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp749 if (const auto *SubstType = dyn_cast<SubstTemplateTypeParmType>(PlainType)) { in getUnderlyingPackType() local
/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1123 if (const auto* SubstType = Ty->getAs<SubstTemplateTypeParmType>()) GetTemplateSpecializationType() local