Searched refs:adjustStringLiteralBaseType (Results 1 – 3 of 3) sorted by relevance
1385 QualType adjustStringLiteralBaseType(QualType StrLTy) const;
1601 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()
3811 QualType ASTContext::adjustStringLiteralBaseType(QualType Ty) const { in adjustStringLiteralBaseType() function in ASTContext