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.cpp347 return ast_ctx.getConstType(target_type); in BuildType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp170 QT = Context.getConstType(QT); in RVVType2Qual()
H A DSemaDeclAttr.cpp3010 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeAttributeArgExpr()
5807 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()
H A DSemaDeclCXX.cpp17720 SemaRef.Context.getConstType(SemaRef.Context.CharTy)); in EvaluateAsStringImpl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1444 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function