Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h198 : IsPrintf(isPrintf), Position(nullptr), EndScanList(nullptr), in IsPrintf()
202 : IsPrintf(isPrintf), Position(pos), EndScanList(nullptr), kind(k) {} in ConversionSpecifier()
229 return EndScanList ? EndScanList - Position : 1; in getLength()
231 void setEndScanList(const char *pos) { EndScanList = pos; } in setEndScanList()
252 const char *EndScanList; variable