Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DFormatString.h614 bool hasValidLeftJustified() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp1046 bool PrintfSpecifier::hasValidLeftJustified() const { in hasValidLeftJustified() function in PrintfSpecifier
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8881 if (!FS.hasValidLeftJustified()) in HandlePrintfSpecifier()