reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
379 if (const FunctionDecl *FD = CE->getDirectCallee()) { 383 LRCallCtx.AttrDecl = CE->getDirectCallee(); 385 LRCallCtx.NumArgs = CE->getNumArgs(); 386 LRCallCtx.FunArgs = CE->getArgs(); 393 til::SExpr *E = translate(CE->getCallee(), Ctx); 394 for (const auto *Arg : CE->arguments()) { 398 return new (Arena) til::Call(E, CE);