Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DFormatString.h527 bool hasValidLeftJustified() const;
/external/clang/lib/Analysis/
DPrintfFormatString.cpp865 bool PrintfSpecifier::hasValidLeftJustified() const { in hasValidLeftJustified() function in PrintfSpecifier
/external/clang/lib/Sema/
DSemaChecking.cpp4980 if (!FS.hasValidLeftJustified()) in HandlePrintfSpecifier()