Searched refs:getConstType (Results 1 – 4 of 4) sorted by relevance
335 return ast_ctx.getConstType(target_type); in BuildType()
122 QT = Context.getConstType(QT); in RVVType2Qual()
5527 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()
1273 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function