Home
last modified time | relevance | path

Searched refs:ParamExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2254 Expr *ParamExpr, const MatrixType *A, in DeduceTemplateArgumentsByTypeMatch()
2259 if (!ParamExpr->isValueDependent()) { in DeduceTemplateArgumentsByTypeMatch()
2261 ParamExpr->getIntegerConstantExpr(S.Context); in DeduceTemplateArgumentsByTypeMatch()
2280 getDeducedParameterFromExpr(Info, ParamExpr); in DeduceTemplateArgumentsByTypeMatch()
H A DSemaDeclAttr.cpp1406 Expr *ParamExpr) { in AddAllocAlignAttr() argument
1422 /*AttrArgNum=*/1, ParamExpr, Idx)) in AddAllocAlignAttr()
1428 Diag(ParamExpr->getBeginLoc(), diag::err_attribute_integers_only) in AddAllocAlignAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4500 Expr *ParamExpr);