Searched defs:FormatString (Results 1 - 6 of 6) sorted by relevance

/external/libchrome/dbus/
H A Ddbus_statistics.h28 enum FormatString { enum in namespace:dbus::statistics
62 FormatString format);
/external/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp132 static void formatErrorString(StringRef FormatString, argument
135 while (!FormatString.empty()) {
136 std::pair<StringRef, StringRef> Pieces = FormatString.split("$");
141 FormatString = Pieces.second.drop_front();
/external/skia/src/pdf/
H A DSkPDFUtils.cpp375 SkString SkPDFUtils::FormatString(const char* cin, size_t len) { function in class:SkPDFUtils
/external/clang/include/clang/Basic/
H A DDiagnostic.h599 /// \param FormatString A fixed diagnostic format string that will be hashed
602 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { argument
604 StringRef(FormatString, N - 1));
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2278 StringLiteral *FormatString = OSL->getString(); local
2279 if (S.FormatStringHasSArg(FormatString)) {
H A DSemaChecking.cpp27 #include "clang/Analysis/Analyses/FormatString.h"
1251 const StringLiteral *FormatString; local
1254 FormatString = OSL->getString();
1256 FormatString = dyn_cast<StringLiteral>(FormatExpr->IgnoreParenImpCasts());
1257 if (!FormatString)
1259 if (S.FormatStringHasSArg(FormatString)) {

Completed in 228 milliseconds