clang 19.0.0git
Friends | List of all members
clang::detail::CXXOperatorIdName Class Reference

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

#include "clang/AST/DeclarationName.h"

Friends

class clang::DeclarationName
 
class clang::DeclarationNameTable
 

Detailed Description

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

This do not includes literal or conversion operators. For literal operators see CXXLiteralOperatorIdName and for conversion operators see CXXSpecialNameExtra.

Definition at line 100 of file DeclarationName.h.

Friends And Related Function Documentation

◆ clang::DeclarationName

friend class clang::DeclarationName
friend

Definition at line 101 of file DeclarationName.h.

◆ clang::DeclarationNameTable

friend class clang::DeclarationNameTable
friend

Definition at line 102 of file DeclarationName.h.


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