clang 17.0.0git
Public Attributes | List of all members
clang::TypeofLocInfo Struct Reference

#include "clang/AST/TypeLoc.h"

Inheritance diagram for clang::TypeofLocInfo:
Inheritance graph
[legend]
Collaboration diagram for clang::TypeofLocInfo:
Collaboration graph
[legend]

Public Attributes

SourceLocation TypeofLoc
 
SourceLocation LParenLoc
 
SourceLocation RParenLoc
 

Detailed Description

Definition at line 1928 of file TypeLoc.h.

Member Data Documentation

◆ LParenLoc

SourceLocation clang::TypeofLocInfo::LParenLoc

Definition at line 1930 of file TypeLoc.h.

◆ RParenLoc

SourceLocation clang::TypeofLocInfo::RParenLoc

Definition at line 1931 of file TypeLoc.h.

◆ TypeofLoc

SourceLocation clang::TypeofLocInfo::TypeofLoc

Definition at line 1929 of file TypeLoc.h.


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