Searched refs:EndScanList (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 182 : 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() 213 void setEndScanList(const char *pos) { EndScanList = pos; } in setEndScanList() 232 const char *EndScanList; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | FormatString.h | 193 : IsPrintf(isPrintf), Position(nullptr), EndScanList(nullptr), in IsPrintf() 197 : IsPrintf(isPrintf), Position(pos), EndScanList(nullptr), kind(k) {} in ConversionSpecifier() 224 return EndScanList ? EndScanList - Position : 1; in getLength() 226 void setEndScanList(const char *pos) { EndScanList = pos; } in setEndScanList() 245 const char *EndScanList; variable
|