Home | History | Annotate | Download | only in AST

Lines Matching refs:Temporaries

333     /// Temporaries - Temporary lvalues materialized within this stack frame.
334 MapTy Temporaries;
342 MapTy::iterator I = Temporaries.find(Key);
343 return I == Temporaries.end() ? nullptr : &I->second;
835 /// the ending of the lifetime of temporaries created within it.
913 APValue &Result = Temporaries[Key];
1345 // Don't allow references to temporaries to escape.
2723 // instead allows all temporaries, including things like:
2763 // FIXME: We don't set up EvaluatingDecl for local variables or temporaries,
3917 // A scope for temporaries lifetime-extended by reference members.
4538 // temporaries (if building with -Wno-address-of-temporary).
4555 // - Locals and temporaries
5568 // Temporaries are represented in the AST as rvalues, but generally behave like