Searched refs:TrailingOptArgs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1492 unsigned TrailingOptArgs = 0; local
1506 if (!TrailingOptArgs++)
1512 if (TrailingOptArgs)
1514 if (TrailingOptArgs < NonFakeArgs)
1516 else if (TrailingOptArgs)
1526 if (ArgIndex >= NonFakeArgs - TrailingOptArgs)
1547 if (TrailingOptArgs < NonFakeArgs)
1549 else if (TrailingOptArgs)

Completed in 184 milliseconds