Home
last modified time | relevance | path

Searched refs:getConstType (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCTypeEncodingParser.cpp337 return ast_ctx.getConstType(target_type); in BuildType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaRISCV.cpp150 QT = Context.getConstType(QT); in RVVType2Qual()
HDSemaDeclAttr.cpp5112 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()
HDSemaDeclCXX.cpp17235 Context.getPointerType(Context.getConstType(Context.CharTy)); in EvaluateStaticAssertMessageAsString()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h1342 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function