Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h340 enum HowSpecified { NotSpecified, Constant, Arg, Invalid }; enum
342 OptionalAmount(HowSpecified howSpecified, in OptionalAmount()
362 HowSpecified getHowSpecified() const { return hs; } in getHowSpecified()
363 void setHowSpecified(HowSpecified h) { hs = h; } in setHowSpecified()
403 HowSpecified hs;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp833 analyze_format_string::OptionalAmount::HowSpecified::Constant) in HandleScanfSpecifier()