Home | History | Annotate | Download | only in gcmole

Lines Matching defs:callee

133     const clang::FunctionDecl* callee = expr->getDirectCallee();
134 if (callee != NULL) AnalyzeFunction(callee);
842 clang::FunctionDecl* callee = call->getDirectCallee();
843 if ((callee != NULL) && KnownToCauseGC(ctx_, callee)) {