Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h442 void setUsesPositionalArg() { UsesPositionalArg = true; } in setUsesPositionalArg() function
580 void setUsesPositionalArg() { UsesPositionalArg = true; } in setUsesPositionalArg() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp170 FS.setUsesPositionalArg(); in ParseArgPosition()