Home | History | Annotate | Download | only in AST

Lines Matching defs:Temporaries

313     /// Temporaries - Temporary lvalues materialized within this stack frame.
314 MapTy Temporaries;
322 MapTy::iterator I = Temporaries.find(Key);
323 return I == Temporaries.end() ? nullptr : &I->second;
759 /// the ending of the lifetime of temporaries created within it.
837 APValue &Result = Temporaries[Key];
1265 // Don't allow references to temporaries to escape.
2551 // instead allows all temporaries, including things like:
2591 // FIXME: We don't set up EvaluatingDecl for local variables or temporaries,
3701 // A scope for temporaries lifetime-extended by reference members.
4304 // temporaries (if building with -Wno-address-of-temporary).
4321 // - Locals and temporaries
5232 // Temporaries are represented in the AST as rvalues, but generally behave like