Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp332 return ast_ctx.getConstType(target_type); in BuildType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp121 QT = Context.getConstType(QT); in RVVType2Qual()
H A DSemaDeclAttr.cpp5409 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp648 Type = Context->getLValueReferenceType(Context->getConstType(Type)); in doConversion()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1302 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function