Searched refs:FormatSpecifier (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | FormatStringParsing.h | 49 FormatSpecifier &CS, 54 FormatSpecifier &CS, const char *Start, 58 FormatSpecifier &FS, const char *&Beg, const char *E, 63 bool ParseLengthModifier(FormatSpecifier &FS, const char *&Beg, const char *E,
|
H A D | FormatString.cpp | 22 using clang::analyze_format_string::FormatSpecifier; 123 FormatSpecifier &CS, in ParseFieldWidth() 145 FormatSpecifier &FS, in ParseArgPosition() 182 FormatSpecifier &FS, in ParseVectorModifier() 211 clang::analyze_format_string::ParseLengthModifier(FormatSpecifier &FS, in ParseLengthModifier() 834 bool FormatSpecifier::hasValidLengthModifier(const TargetInfo &Target, in toString() 1003 bool FormatSpecifier::hasStandardLengthModifier() const { in hasValidLengthModifier() 1028 bool FormatSpecifier::hasStandardConversionSpecifier( in hasStandardLengthModifier() 1079 bool FormatSpecifier::hasStandardLengthConversionCombination() const { in hasStandardConversionSpecifier() 1097 FormatSpecifier in hasStandardLengthConversionCombination() [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | FormatString.h | 421 class FormatSpecifier { 434 FormatSpecifier(bool isPrintf) in FormatSpecifier() function 524 class PrintfSpecifier : public analyze_format_string::FormatSpecifier { 542 : FormatSpecifier(/* isPrintf = */ true), HasThousandsGrouping("'"), in PrintfSpecifier() 670 class ScanfSpecifier : public analyze_format_string::FormatSpecifier { 674 FormatSpecifier(/* isPrintf = */ false), in ScanfSpecifier()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 6451 const analyze_format_string::FormatSpecifier &FS, in HandleInvalidConversionSpecifier() 6457 const analyze_format_string::FormatSpecifier &FS, in HandleInvalidConversionSpecifier() 6498 bool CheckNumArgs(const analyze_format_string::FormatSpecifier &FS, in HandleInvalidConversionSpecifier() 6540 const analyze_format_string::FormatSpecifier &FS, in EmitFormatDiagnostic() 6574 const analyze_format_string::FormatSpecifier &FS, in EmitFormatDiagnostic() 6785 const analyze_format_string::FormatSpecifier &FS,
|