Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h1405 QualType adjustStringLiteralBaseType(QualType StrLTy) const;
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4341 QualType ASTContext::adjustStringLiteralBaseType(QualType Ty) const { in adjustStringLiteralBaseType() function in ASTContext
11032 EltTy = adjustStringLiteralBaseType(EltTy); in getStringLiteralArrayType()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3491 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst()); in BuildPredefinedExpr()
3501 ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst()); in BuildPredefinedExpr()
3744 Context.adjustStringLiteralBaseType(Context.CharTy.withConst()), in ActOnNumericConstant()