Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h193 : 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