Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DFormatString.h627 bool hasValidLeftJustified() const;
/openbsd/src/gnu/llvm/clang/lib/AST/
DPrintfFormatString.cpp1052 bool PrintfSpecifier::hasValidLeftJustified() const { in hasValidLeftJustified() function in PrintfSpecifier
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp10164 if (!FS.hasValidLeftJustified()) in HandlePrintfSpecifier()