clang  3.7.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 1235 of file TypeLoc.h.

Member Data Documentation

SourceLocation clang::FunctionLocInfo::LocalRangeBegin

Definition at line 1236 of file TypeLoc.h.

SourceLocation clang::FunctionLocInfo::LocalRangeEnd

Definition at line 1239 of file TypeLoc.h.

SourceLocation clang::FunctionLocInfo::LParenLoc

Definition at line 1237 of file TypeLoc.h.

SourceLocation clang::FunctionLocInfo::RParenLoc

Definition at line 1238 of file TypeLoc.h.


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