Home
last modified time | relevance | path

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

/NextBSD/lib/clang/libclanganalysis/
HDMakefile.depend90 FormatString.o: CommentCommandList.inc.h
91 FormatString.o: DeclNodes.inc.h
92 FormatString.o: DiagnosticCommonKinds.inc.h
93 FormatString.o: StmtNodes.inc.h
94 FormatString.po: CommentCommandList.inc.h
95 FormatString.po: DeclNodes.inc.h
96 FormatString.po: DiagnosticCommonKinds.inc.h
97 FormatString.po: StmtNodes.inc.h
HDMakefile18 FormatString.cpp \
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDDiagnostics.cpp132 static void formatErrorString(StringRef FormatString, in formatErrorString() argument
135 while (!FormatString.empty()) { in formatErrorString()
136 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString()
141 FormatString = Pieces.second.drop_front(); in formatErrorString()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticIDs.h140 unsigned getCustomDiagID(Level L, StringRef FormatString);
HDDiagnostic.h602 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { in getCustomDiagID()
604 StringRef(FormatString, N - 1)); in getCustomDiagID()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDDiagnosticIDs.cpp315 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { in getCustomDiagID() argument
318 return CustomDiagInfo->getOrCreateDiagID(L, FormatString, *this); in getCustomDiagID()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp1186 const StringLiteral *FormatString; in DiagnoseCStringFormatDirectiveInCFAPI() local
1189 FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInCFAPI()
1191 FormatString = dyn_cast<StringLiteral>(FormatExpr->IgnoreParenImpCasts()); in DiagnoseCStringFormatDirectiveInCFAPI()
1192 if (!FormatString) in DiagnoseCStringFormatDirectiveInCFAPI()
1194 if (S.FormatStringHasSArg(FormatString)) { in DiagnoseCStringFormatDirectiveInCFAPI()
HDSemaExprObjC.cpp2278 StringLiteral *FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInObjCAPI() local
2279 if (S.FormatStringHasSArg(FormatString)) { in DiagnoseCStringFormatDirectiveInObjCAPI()