Home | History | Annotate | Download | only in Core

Lines Matching defs:Callee

45   // If the callee returns an expression, bind its value to CallExpr.
80 // Invalidate all instance variables for the callee of a C++ method call.
83 if (const MemRegion *Callee = Call.getCXXCallee().getAsRegion())
84 RegionsToInvalidate.push_back(Callee);
88 if (const MemRegion *Callee = Call.getFunctionCallee().getAsRegion()) {
89 if (isa<BlockDataRegion>(Callee))
90 RegionsToInvalidate.push_back(Callee);
186 // Get the callee.
187 const Expr *Callee = CE->getCallee()->IgnoreParens();
189 SVal L = state->getSVal(Callee);