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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2832   APValue *getMaterializedTemporaryValue(const MaterializeTemporaryExpr *E,

References

tools/clang/lib/AST/ExprConstant.cpp
 2075       APValue *V = Info.Ctx.getMaterializedTemporaryValue(MTE, false);
 3679         BaseVal = Info.Ctx.getMaterializedTemporaryValue(MTE, false);
 7483     Value = Info.Ctx.getMaterializedTemporaryValue(E, true);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5034     Value = getContext().getMaterializedTemporaryValue(E, false);