Searched refs:adjustStringLiteralBaseType (Results 1 – 3 of 3) sorted by relevance
1617 QualType adjustStringLiteralBaseType(QualType StrLTy) const;
3491 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst()); in BuildPredefinedExpr()3501 ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst()); in BuildPredefinedExpr()3742 Context.adjustStringLiteralBaseType(Context.CharTy.withConst()), in ActOnNumericConstant()
4949 QualType ASTContext::adjustStringLiteralBaseType(QualType Ty) const { in adjustStringLiteralBaseType() function in ASTContext12731 EltTy = adjustStringLiteralBaseType(EltTy); in getStringLiteralArrayType()