Home
last modified time | relevance | path

Searched refs:IsPrintf (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() function
197 : IsPrintf(isPrintf), Position(pos), EndScanList(nullptr), kind(k) {} in ConversionSpecifier()
210 assert(IsPrintf); in consumesDataArgument()
238 bool isPrintfKind() const { return IsPrintf; } in isPrintfKind()
243 bool IsPrintf;