Home
last modified time | relevance | path

Searched refs:adjustStringLiteralBaseType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1562 QualType adjustStringLiteralBaseType(QualType StrLTy) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4518 QualType ASTContext::adjustStringLiteralBaseType(QualType Ty) const { in adjustStringLiteralBaseType() function in ASTContext
11952 EltTy = adjustStringLiteralBaseType(EltTy); in getStringLiteralArrayType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp3557 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst()); in BuildPredefinedExpr()
3567 ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst()); in BuildPredefinedExpr()
3835 Context.adjustStringLiteralBaseType(Context.CharTy.withConst()), in ActOnNumericConstant()