Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Body

41   // body has not been visited yet.
43 // body has been visited.
46 worklist, but the body has not yet been
49 worklist, and the body has been visited. */
55 /// The CallExpr whose body is currently being visited. This is used for
56 /// generating bug reports. This is null while visiting the body of a
94 // If the callee is PreVisited, walk its body.
95 // Visit the body.
100 // scanned the body.
171 // Name of the CallExpr whose body is current walking.
224 if (Stmt *Body = I->getBody()) {
225 walker.Visit(Body);
232 if (Stmt *Body = DD->getBody()) {
233 walker.Visit(Body);