Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1536 QualType adjustStringLiteralBaseType(QualType StrLTy) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4556 QualType ASTContext::adjustStringLiteralBaseType(QualType Ty) const { in adjustStringLiteralBaseType() function in ASTContext
12097 EltTy = adjustStringLiteralBaseType(EltTy); in getStringLiteralArrayType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp3561 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst()); in BuildPredefinedExpr()
3571 ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst()); in BuildPredefinedExpr()
3839 Context.adjustStringLiteralBaseType(Context.CharTy.withConst()), in ActOnNumericConstant()