|
clang
5.0.0
|
#include "clang/AST/TypeLoc.h"
Public Attributes | |
| union { | |
| Expr * ExprOperand | |
| unsigned EnumOperandLoc | |
| A raw SourceLocation. More... | |
| }; | |
| SourceRange | OperandParens |
| SourceLocation | AttrLoc |
| union { ... } |
| SourceLocation clang::AttributedLocInfo::AttrLoc |
| unsigned clang::AttributedLocInfo::EnumOperandLoc |
A raw SourceLocation.
Definition at line 818 of file TypeLoc.h.
Referenced by clang::AttributedTypeLoc::setAttrEnumOperandLoc().
| SourceRange clang::AttributedLocInfo::OperandParens |
Definition at line 821 of file TypeLoc.h.
Referenced by clang::AttributedTypeLoc::getAttrOperandParensRange(), and clang::AttributedTypeLoc::setAttrOperandParensRange().
1.8.6