Home | History | Annotate | Download | only in gcmole

Lines Matching defs:callee

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