Home | History | Annotate | Download | only in AST

Lines Matching refs: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() ? 0 : &I->second;
630 /// the ending of the lifetime of temporaries created within it.
708 APValue &Result = Temporaries[Key];
1137 // Don't allow references to temporaries to escape.
2407 // instead allows all temporaries, including things like:
2447 // FIXME: We don't set up EvaluatingDecl for local variables or temporaries,
3547 // A scope for temporaries lifetime-extended by reference members.
4152 // temporaries (if building with -Wno-address-of-temporary).
4169 // - Locals and temporaries
5078 // Temporaries are represented in the AST as rvalues, but generally behave like