Home | History | Annotate | Download | only in AST

Lines Matching refs:Temporaries

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