Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h526 OptionalFlag IsLeftJustified; // '-' variable
543 IsLeftJustified("-"), HasPlusPrefix("+"), HasSpacePrefix(" "), in PrintfSpecifier()
558 IsLeftJustified.setPosition(position); in setIsLeftJustified()
611 const OptionalFlag &isLeftJustified() const { return IsLeftJustified; } in isLeftJustified()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp983 if (IsLeftJustified) os << "-"; in toString()
1132 if (!IsLeftJustified) in hasValidLeftJustified()