Searched refs:FormatSpecifier (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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 | 21 using clang::analyze_format_string::FormatSpecifier; 122 FormatSpecifier &CS, in ParseFieldWidth() 144 FormatSpecifier &FS, in ParseArgPosition() 181 FormatSpecifier &FS, in ParseVectorModifier() 210 clang::analyze_format_string::ParseLengthModifier(FormatSpecifier &FS, in ParseLengthModifier() 724 bool FormatSpecifier::hasValidLengthModifier(const TargetInfo &Target, in hasValidLengthModifier() 883 bool FormatSpecifier::hasStandardLengthModifier() const { in hasStandardLengthModifier() 908 bool FormatSpecifier::hasStandardConversionSpecifier( in hasStandardConversionSpecifier() 952 bool FormatSpecifier::hasStandardLengthConversionCombination() const { in hasStandardLengthConversionCombination() 969 Optional<LengthModifier> FormatSpecifier::getCorrectedLengthModifier() const { in getCorrectedLengthModifier() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | FormatString.h | 397 class FormatSpecifier { 410 FormatSpecifier(bool isPrintf) in FormatSpecifier() function 500 class PrintfSpecifier : public analyze_format_string::FormatSpecifier { 518 : FormatSpecifier(/* isPrintf = */ true), HasThousandsGrouping("'"), in PrintfSpecifier() 646 class ScanfSpecifier : public analyze_format_string::FormatSpecifier { 650 FormatSpecifier(/* isPrintf = */ false), in ScanfSpecifier()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8988 const analyze_format_string::FormatSpecifier &FS, 8994 const analyze_format_string::FormatSpecifier &FS, 9035 bool CheckNumArgs(const analyze_format_string::FormatSpecifier &FS, 9077 const analyze_format_string::FormatSpecifier &FS, in HandleInvalidLengthModifier() 9111 const analyze_format_string::FormatSpecifier &FS, in HandleNonStandardLengthModifier() 9317 const analyze_format_string::FormatSpecifier &FS, in CheckNumArgs()
|