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

#include <TypeLoc.h>

Collaboration diagram for clang::FunctionLocInfo:
[legend]

Public Attributes

SourceLocation LocalRangeBegin
 
SourceLocation LParenLoc
 
SourceLocation RParenLoc
 
SourceLocation LocalRangeEnd
 

Detailed Description

Definition at line 1247 of file TypeLoc.h.

Member Data Documentation

SourceLocation clang::FunctionLocInfo::LocalRangeBegin

Definition at line 1248 of file TypeLoc.h.

SourceLocation clang::FunctionLocInfo::LocalRangeEnd

Definition at line 1251 of file TypeLoc.h.

SourceLocation clang::FunctionLocInfo::LParenLoc

Definition at line 1249 of file TypeLoc.h.

SourceLocation clang::FunctionLocInfo::RParenLoc

Definition at line 1250 of file TypeLoc.h.


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