Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DFormatString.h323 unsigned getPositionalArgIndex() const { in getPositionalArgIndex() function
369 unsigned getPositionalArgIndex() const { in getPositionalArgIndex() function
/external/llvm-project/clang/include/clang/AST/
DFormatString.h379 unsigned getPositionalArgIndex() const { in getPositionalArgIndex() function
428 unsigned getPositionalArgIndex() const { in getPositionalArgIndex() function
/external/llvm-project/clang/lib/AST/
DScanfFormatString.cpp530 os << getPositionalArgIndex() << "$"; in toString()
DFormatString.cpp707 os << "*" << getPositionalArgIndex() << "$"; in toString()
DPrintfFormatString.cpp908 os << getPositionalArgIndex() << "$"; in toString()
/external/clang/lib/Analysis/
DScanfFormatString.cpp521 os << getPositionalArgIndex() << "$"; in toString()
DFormatString.cpp645 os << "*" << getPositionalArgIndex() << "$"; in toString()
DPrintfFormatString.cpp734 os << getPositionalArgIndex() << "$"; in toString()