Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h463 bool hasStandardLengthConversionCombination() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp952 bool FormatSpecifier::hasStandardLengthConversionCombination() const { in hasStandardLengthConversionCombination() function in FormatSpecifier
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp9885 else if (!FS.hasStandardLengthConversionCombination()) in HandlePrintfSpecifier()
10457 else if (!FS.hasStandardLengthConversionCombination()) in HandleScanfSpecifier()