Home
last modified time | relevance | path

Searched refs:HowSpecified (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h327 enum HowSpecified { NotSpecified, Constant, Arg, Invalid }; enum
329 OptionalAmount(HowSpecified howSpecified, in OptionalAmount()
349 HowSpecified getHowSpecified() const { return hs; } in getHowSpecified()
350 void setHowSpecified(HowSpecified h) { hs = h; } in setHowSpecified()
390 HowSpecified hs;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp798 analyze_format_string::OptionalAmount::HowSpecified::Constant) in HandleScanfSpecifier()