|
clang
5.0.0
|
#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGValue.h"
Public Member Functions | |
| LValueBaseInfo (AlignmentSource Source=AlignmentSource::Type, bool Alias=false) | |
| AlignmentSource | getAlignmentSource () const |
| void | setAlignmentSource (AlignmentSource Source) |
| bool | getMayAlias () const |
| void | setMayAlias (bool Alias) |
| void | mergeForCast (const LValueBaseInfo &Info) |
|
inlineexplicit |
|
inline |
Definition at line 157 of file CGValue.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCXXNewExpr(), clang::CodeGen::CodeGenFunction::EmitLValueForField(), clang::CodeGen::CodeGenFunction::EmitLValueForFieldInitialization(), clang::CodeGen::CodeGenFunction::EmitPointerWithAlignment(), and mergeForCast().
|
inline |
Definition at line 159 of file CGValue.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitDeclRefLValue(), clang::CodeGen::CodeGenFunction::EmitLoadOfScalar(), clang::CodeGen::CodeGenFunction::EmitLValueForField(), clang::CodeGen::CodeGenFunction::EmitLValueForFieldInitialization(), clang::CodeGen::CodeGenFunction::EmitStoreOfScalar(), and mergeForCast().
|
inline |
Definition at line 162 of file CGValue.h.
References getAlignmentSource(), getMayAlias(), setAlignmentSource(), and setMayAlias().
Referenced by emitOMPArraySectionBase(), and clang::CodeGen::CodeGenFunction::EmitPointerWithAlignment().
|
inline |
Definition at line 158 of file CGValue.h.
Referenced by mergeForCast().
|
inline |
Definition at line 160 of file CGValue.h.
Referenced by mergeForCast().
1.8.6