Home | History | Annotate | Download | only in Core

Lines Matching defs:Callee

142   // Don't invalidate anything if the callee is marked pure/const.
143 if (const Decl *callee = getDecl())
144 if (callee->hasAttr<PureAttr>() || callee->hasAttr<ConstAttr>())
539 const Expr *Callee = getOriginExpr()->getCallee();
540 const MemRegion *DataReg = getSVal(Callee).getAsRegion();