Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DPrintfFormatString.cpp914 if (IsLeftJustified) os << "-"; in toString()
1047 if (!IsLeftJustified) in hasValidLeftJustified()