Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2449 static bool isVariadicExprArgument(const Record *Arg) { in isVariadicExprArgument() function
2737 if (I < (ArgRecords.size() - 1) && isVariadicExprArgument(ArgR)) in emitAttributes()