Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h379 unsigned getPositionalArgIndex() const { in getPositionalArgIndex() function
428 unsigned getPositionalArgIndex() const { in getPositionalArgIndex() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DScanfFormatString.cpp530 os << getPositionalArgIndex() << "$"; in toString()
H A DFormatString.cpp707 os << "*" << getPositionalArgIndex() << "$"; in toString()
H A DPrintfFormatString.cpp910 os << getPositionalArgIndex() << "$"; in toString()