Lines Matching defs:WasInlined
144 bool WasInlined;
149 WasInlined(wasInlined) {}
161 CheckerContext C(Bldr, Eng, Pred, L, WasInlined);
174 bool WasInlined) {
176 S, Eng, WasInlined);
186 bool WasInlined;
195 : Kind(visitKind), WasInlined(wasInlined), Checkers(checkers), Msg(msg),
216 CheckerContext C(Bldr, Eng, Pred, L, WasInlined);
230 bool WasInlined) {
232 CheckObjCMessageContext C(visitKind, checkers, msg, Eng, WasInlined);
257 bool IsPreVisit, WasInlined;
265 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers),
274 CheckerContext C(Bldr, Eng, Pred, L, WasInlined);
288 bool WasInlined) {
292 Call, Eng, WasInlined);
496 bool WasInlined;
500 const CXXAllocatorCall &Call, bool WasInlined,
502 : Checkers(Checkers), Call(Call), WasInlined(WasInlined), Eng(Eng) {}
511 CheckerContext C(Bldr, Eng, Pred, L, WasInlined);
523 bool WasInlined) {
526 CheckNewAllocatorContext C(NewAllocatorCheckers, Call, WasInlined, Eng);