Searched refs:getConstType (Results 1 – 5 of 5) sorted by relevance
337 return ast_ctx.getConstType(target_type); in BuildType()
150 QT = Context.getConstType(QT); in RVVType2Qual()
5112 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()
17235 Context.getPointerType(Context.getConstType(Context.CharTy)); in EvaluateStaticAssertMessageAsString()
1342 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function