Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DFormatString.h182 : IsPrintf(isPrintf), Position(nullptr), EndScanList(nullptr), in IsPrintf()
186 : IsPrintf(isPrintf), Position(pos), EndScanList(nullptr), kind(k) {} in ConversionSpecifier()
211 return EndScanList ? EndScanList - Position : 1; in getLength()
227 const char *EndScanList; variable
549 void setEndScanList(const char *pos) { EndScanList = pos; } in setEndScanList()