Searched refs:adjustStringLiteralBaseType (Results 1 – 3 of 3) sorted by relevance
1736 QualType adjustStringLiteralBaseType(QualType StrLTy) const;
3539 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst()); in BuildPredefinedExpr()3549 ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst()); in BuildPredefinedExpr()3791 Context.adjustStringLiteralBaseType(Context.CharTy.withConst()), in ActOnNumericConstant()
5175 QualType ASTContext::adjustStringLiteralBaseType(QualType Ty) const { in adjustStringLiteralBaseType() function in ASTContext13389 EltTy = adjustStringLiteralBaseType(EltTy); in getStringLiteralArrayType()