Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h614 bool hasValidLeftJustified() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DPrintfFormatString.cpp1046 bool PrintfSpecifier::hasValidLeftJustified() const { in hasValidLeftJustified() function in PrintfSpecifier
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8609 if (!FS.hasValidLeftJustified()) in HandlePrintfSpecifier()