reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3512   LValue EmitCompoundLiteralLValue(const CompoundLiteralExpr *E);

References

tools/clang/lib/CodeGen/CGExpr.cpp
 1350     return EmitCompoundLiteralLValue(cast<CompoundLiteralExpr>(E));