clang API Documentation

Public Attributes
clang::CXXOperatorIdName Class Reference
Inheritance diagram for clang::CXXOperatorIdName:
Inheritance graph
[legend]
Collaboration diagram for clang::CXXOperatorIdName:
Collaboration graph
[legend]

List of all members.

Public Attributes

void * FETokenInfo

Detailed Description

CXXOperatorIdName - Contains extra information for the name of an overloaded operator in C++, such as "operator+.

Definition at line 49 of file DeclarationName.cpp.


Member Data Documentation

FETokenInfo - Extra information associated with this operator name that can be used by the front end.

Definition at line 53 of file DeclarationName.cpp.

Referenced by clang::DeclarationNameTable::DeclarationNameTable(), and clang::DeclarationName::setFETokenInfo().


The documentation for this class was generated from the following file: