Return the index of argument Name, if it exists.
Synopsis
Declared in <llvm/TableGen/Record.h>
std::optional<unsigned int>
getArgNo(StringRef Name) const;
Return Value
The index of argument Name, if it exists.
Parameters
Name |
Description |
Name |
The argument name. |
Created with MrDocs