Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1493 QualType adjustStringLiteralBaseType(QualType StrLTy) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4426 QualType ASTContext::adjustStringLiteralBaseType(QualType Ty) const { in adjustStringLiteralBaseType() function in ASTContext
11299 EltTy = adjustStringLiteralBaseType(EltTy); in getStringLiteralArrayType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3498 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst()); in BuildPredefinedExpr()
3508 ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst()); in BuildPredefinedExpr()
3773 Context.adjustStringLiteralBaseType(Context.CharTy.withConst()), in ActOnNumericConstant()