Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h502 OptionalFlag IsLeftJustified; // '-' variable
519 IsLeftJustified("-"), HasPlusPrefix("+"), HasSpacePrefix(" "), in PrintfSpecifier()
534 IsLeftJustified.setPosition(position); in setIsLeftJustified()
587 const OptionalFlag &isLeftJustified() const { return IsLeftJustified; } in isLeftJustified()
/llvm-project-15.0.7/clang/lib/AST/
H A DPrintfFormatString.cpp915 if (IsLeftJustified) os << "-"; in toString()
1048 if (!IsLeftJustified) in hasValidLeftJustified()