clang  9.0.0
Public Attributes | List of all members
clang::FunctionLocInfo Struct Reference

#include "clang/AST/TypeLoc.h"

Collaboration diagram for clang::FunctionLocInfo:
[legend]

Public Attributes

SourceLocation LocalRangeBegin
 
SourceLocation LParenLoc
 
SourceLocation RParenLoc
 
SourceLocation LocalRangeEnd
 

Detailed Description

Definition at line 1354 of file TypeLoc.h.

Member Data Documentation

◆ LocalRangeBegin

SourceLocation clang::FunctionLocInfo::LocalRangeBegin

Definition at line 1355 of file TypeLoc.h.

◆ LocalRangeEnd

SourceLocation clang::FunctionLocInfo::LocalRangeEnd

Definition at line 1358 of file TypeLoc.h.

◆ LParenLoc

SourceLocation clang::FunctionLocInfo::LParenLoc

Definition at line 1356 of file TypeLoc.h.

◆ RParenLoc

SourceLocation clang::FunctionLocInfo::RParenLoc

Definition at line 1357 of file TypeLoc.h.


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