Home
last modified time | relevance | path

Searched refs:hasValidLeftJustified (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDFormatString.h638 bool hasValidLeftJustified() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDPrintfFormatString.cpp1131 bool PrintfSpecifier::hasValidLeftJustified() const { in hasValidLeftJustified() function in PrintfSpecifier
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp7068 if (!FS.hasValidLeftJustified()) in HandlePrintfSpecifier()