Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Body

96     Stmt *Body = FD->getBody();
97 if (auto *CoroBody = dyn_cast_or_null<CoroutineBodyStmt>(Body))
98 Body = CoroBody->getBody();
102 Body = SynthesizedBody;
106 return Body;
109 Stmt *Body = MD->getBody();
113 Body = SynthesizedBody;
117 return Body;
139 Stmt *Body = getBody(Tmp);
140 return Tmp && Body->getBeginLoc().isValid();
298 // that has the body.