Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp337 return ast_ctx.getConstType(target_type); in BuildType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp150 QT = Context.getConstType(QT); in RVVType2Qual()
H A DSemaDeclAttr.cpp5112 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()
H A DSemaDeclCXX.cpp17235 Context.getPointerType(Context.getConstType(Context.CharTy)); in EvaluateStaticAssertMessageAsString()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1342 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function