Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1385 QualType adjustStringLiteralBaseType(QualType StrLTy) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp1601 CharTyConst = Context.adjustStringLiteralBaseType(CharTyConst); in ActOnStringLiteral()
3103 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst()); in BuildPredefinedExpr()
3112 ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst()); in BuildPredefinedExpr()
3352 Context.adjustStringLiteralBaseType(Context.CharTy.withConst()), in ActOnNumericConstant()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3811 QualType ASTContext::adjustStringLiteralBaseType(QualType Ty) const { in adjustStringLiteralBaseType() function in ASTContext