Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h235 bool isUIntArg() const { return (kind >= UIntArgBeg && kind <= UIntArgEnd) || in isUIntArg() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DPrintfFormatString.cpp544 if (CS.isUIntArg()) in getScalarArgType()