Searched refs:isIdentifierArgument (Results 1 – 3 of 3) sorted by relevance
2508 static bool isIdentifierArgument(const Record *Arg) { in isIdentifierArgument() function2609 if (Args.empty() || !isIdentifierArgument(Args[0])) in emitClangAttrIdentifierArgList()2627 if (none_of(Args, [&](const Record *R) { return isIdentifierArgument(R); })) in emitClangAttrStrictIdentifierArgList()2750 if (isIdentifierArgument(ArgR) || isVariadicIdentifierArgument(ArgR) || in emitAttributes()
248 bool isIdentifierArgument() const { in isIdentifierArgument() function
518 if (cast<OpenACCBindClause>(C)->isIdentifierArgument()) in Visit()