Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeEncodingParser.cpp332 return ast_ctx.getConstType(target_type); in BuildType()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp683 Type = Context->getLValueReferenceType(Context->getConstType(Type)); in doConversion()
/external/clang/include/clang/AST/
DASTContext.h1031 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function
/external/llvm-project/clang/include/clang/AST/
DASTContext.h1151 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function
/external/clang/lib/Sema/
DSemaDeclAttr.cpp4076 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp4948 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp1965 Types[Context.getPointerType(Context.getConstType(Context.CharTy))] = "%s"; in dumpRecord()