Searched refs:getConstType (Results 1 – 5 of 5) sorted by relevance
347 return ast_ctx.getConstType(target_type); in BuildType()
170 QT = Context.getConstType(QT); in RVVType2Qual()
3010 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeAttributeArgExpr()5807 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()
17720 SemaRef.Context.getConstType(SemaRef.Context.CharTy)); in EvaluateAsStringImpl()
1444 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function