Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2210 static bool isIdentifierArgument(const Record *Arg) { in isIdentifierArgument() function
2264 if (Args.empty() || !isIdentifierArgument(Args[0])) in emitClangAttrIdentifierArgList()
2380 if (isIdentifierArgument(ArgR) || isVariadicIdentifierArgument(ArgR) || in emitAttributes()