Home
last modified time | relevance | path

Searched refs:setIsLeftJustified (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DFormatString.h455 void setIsLeftJustified(const char *position) { in setIsLeftJustified() function
/external/clang/lib/Analysis/
DPrintfFormatString.cpp113 case '-': FS.setIsLeftJustified(I); break; in ParsePrintfSpecifier()