clang
3.7.0
|
#include <Sema.h>
Public Attributes | |
SourceLocation | LocStart |
SourceLocation | LocEnd |
bool | isBrackets |
union { | |
IdentifierInfo * IdentInfo | |
Expr * E | |
} | U |
Expr* clang::Sema::OffsetOfComponent::E |
Definition at line 3922 of file Sema.h.
Referenced by clang::Sema::BuildBuiltinOffsetOf().
IdentifierInfo* clang::Sema::OffsetOfComponent::IdentInfo |
Definition at line 3921 of file Sema.h.
Referenced by clang::Sema::BuildBuiltinOffsetOf().
bool clang::Sema::OffsetOfComponent::isBrackets |
Definition at line 3919 of file Sema.h.
Referenced by clang::Sema::BuildBuiltinOffsetOf().
SourceLocation clang::Sema::OffsetOfComponent::LocEnd |
Definition at line 3918 of file Sema.h.
Referenced by clang::Sema::BuildBuiltinOffsetOf().
SourceLocation clang::Sema::OffsetOfComponent::LocStart |
Definition at line 3918 of file Sema.h.
Referenced by clang::Sema::BuildBuiltinOffsetOf().
union { ... } clang::Sema::OffsetOfComponent::U |
Referenced by clang::Sema::BuildBuiltinOffsetOf().