Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp335 return ast_ctx.getConstType(target_type); in BuildType()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp122 QT = Context.getConstType(QT); in RVVType2Qual()
H A DSemaDeclAttr.cpp5527 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1273 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function