Home
last modified time | relevance | path

Searched refs:getHowSpecified (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DOSLog.cpp84 switch (precision.getHowSpecified()) { in HandlePrintfSpecifier()
100 switch (precision.getHowSpecified()) { in HandlePrintfSpecifier()
H A DFormatString.cpp83 if (Amt.getHowSpecified() == OptionalAmount::NotSpecified) { in ParsePositionAmount()
94 assert(Amt.getHowSpecified() == OptionalAmount::Constant); in ParsePositionAmount()
158 if (Amt.getHowSpecified() == OptionalAmount::Constant && *(I++) == '$') { in ParseArgPosition()
198 if (NumElts.getHowSpecified() != OptionalAmount::Constant) { in ParseVectorModifier()
H A DScanfFormatString.cpp133 if (Amt.getHowSpecified() != OptionalAmount::NotSpecified) { in ParseScanfSpecifier()
134 assert(Amt.getHowSpecified() == OptionalAmount::Constant); in ParseScanfSpecifier()
H A DPrintfFormatString.cpp1082 if (Precision.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidPrecision()
1115 if (FieldWidth.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidFieldWidth()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h349 HowSpecified getHowSpecified() const { return hs; } in getHowSpecified() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp797 if (FW.getHowSpecified() != in HandleScanfSpecifier()
944 if (FW.getHowSpecified() == analyze_format_string::OptionalAmount::Constant) in computeFieldWidth()
954 switch (FW.getHowSpecified()) { in computePrecision()
9544 Amt.getHowSpecified() == analyze_printf::OptionalAmount::Constant in HandleInvalidAmount()
9849 FS.getPrecision().getHowSpecified() == OptionalAmount::NotSpecified) { in HandlePrintfSpecifier()
10424 if (Amt.getHowSpecified() == OptionalAmount::Constant) { in HandleScanfSpecifier()