Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DStrToNumCheck.cpp91 } else if (SCS.isUIntArg()) { in classifyFormatString()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h230 bool isUIntArg() const { return kind >= UIntArgBeg && kind <= UIntArgEnd; } in isUIntArg() function
/llvm-project-15.0.7/clang/lib/AST/
H A DPrintfFormatString.cpp541 if (CS.isUIntArg()) in getScalarArgType()