Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h233 bool isIntArg() const { return (kind >= IntArgBeg && kind <= IntArgEnd) || in isIntArg() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DPrintfFormatString.cpp508 if (CS.isIntArg()) in getScalarArgType()