Searched refs:FExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3789 static void CheckFormatString(Sema &S, const StringLiteral *FExpr, 4128 const StringLiteral *FExpr; member in __anon34f7ff5c0511::CheckFormatHandler 4153 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), in CheckFormatHandler() 4245 return S.getLocationOfStringLiteralByte(FExpr, x - Beg); in getLocationOfByte() 5542 static void CheckFormatString(Sema &S, const StringLiteral *FExpr, in CheckFormatString() argument 5553 if (!FExpr->isAscii() && !FExpr->isUTF8()) { in CheckFormatString() 5556 S.PDiag(diag::warn_format_string_is_wide_literal), FExpr->getLocStart(), in CheckFormatString() 5562 StringRef StrRef = FExpr->getString(); in CheckFormatString() 5566 S.Context.getAsConstantArrayType(FExpr->getType()); in CheckFormatString() 5579 FExpr->getLocStart(), in CheckFormatString() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9422 bool FormatStringHasSArg(const StringLiteral *FExpr);
|