struct UnqualifiedId::OFI
Declaration
struct UnqualifiedId::OFI { /* full declaration omitted */ };
Declared at: clang/include/clang/Sema/DeclSpec.h:960
Member Variables
- public clang::OverloadedOperatorKind Operator
- The kind of overloaded operator.
- public clang::SourceLocation[3] SymbolLocations
- Different operators have different numbers of tokens in their name, up to three. Any remaining source locations in this array will be set to an invalid value for operators with fewer than three tokens.