Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOSLog.cpp84 switch (precision.getHowSpecified()) { in HandlePrintfSpecifier()
100 switch (precision.getHowSpecified()) { in HandlePrintfSpecifier()
H A DFormatString.cpp85 if (Amt.getHowSpecified() == OptionalAmount::NotSpecified) { in ParsePositionAmount()
96 assert(Amt.getHowSpecified() == OptionalAmount::Constant); in ParsePositionAmount()
160 if (Amt.getHowSpecified() == OptionalAmount::Constant && *(I++) == '$') { in ParseArgPosition()
200 if (NumElts.getHowSpecified() != OptionalAmount::Constant) { in ParseVectorModifier()
H A DScanfFormatString.cpp134 if (Amt.getHowSpecified() != OptionalAmount::NotSpecified) { in ParseScanfSpecifier()
135 assert(Amt.getHowSpecified() == OptionalAmount::Constant); in ParseScanfSpecifier()
H A DPrintfFormatString.cpp1031 if (Precision.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidPrecision()
1064 if (FieldWidth.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidFieldWidth()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DFormatString.h335 HowSpecified getHowSpecified() const { return hs; } in getHowSpecified() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp7326 Amt.getHowSpecified() == analyze_printf::OptionalAmount::Constant in HandleInvalidAmount()
7624 FS.getPrecision().getHowSpecified() == OptionalAmount::NotSpecified) { in HandlePrintfSpecifier()
8131 if (Amt.getHowSpecified() == OptionalAmount::Constant) { in HandleScanfSpecifier()