Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7204 class FormatStringLiteral { class
7209 FormatStringLiteral(const StringLiteral *fexpr, int64_t Offset = 0) in FormatStringLiteral() function in __anon7fa672bc1311::FormatStringLiteral
7251 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr,
7511 FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue()); in checkFormatStringExpr()
7695 const FormatStringLiteral *FExpr;
7713 CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckFormatHandler()
8151 CheckPrintfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckPrintfHandler()
9068 CheckScanfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckScanfHandler()
9238 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr, in CheckFormatString()