Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp332 return ast_ctx.getConstType(target_type); in BuildType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1239 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5092 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2050 Types[Context.getPointerType(Context.getConstType(Context.CharTy))] = "%s"; in dumpRecord()