Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h614 bool hasValidLeftJustified() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DPrintfFormatString.cpp1047 bool PrintfSpecifier::hasValidLeftJustified() const { in hasValidLeftJustified() function in PrintfSpecifier
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp9867 if (!FS.hasValidLeftJustified()) in HandlePrintfSpecifier()