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