Searched refs:getOutlinedFunctionDecl (Results 1 – 6 of 6) sorted by relevance
61 OutlinedFunctionDecl *getOutlinedFunctionDecl() { return OFDecl; } in getOutlinedFunctionDecl() function62 const OutlinedFunctionDecl *getOutlinedFunctionDecl() const { return OFDecl; } in getOutlinedFunctionDecl() function
852 Visit(Node->getOutlinedFunctionDecl()); in VisitSYCLKernelCallStmt()
2943 TRY_TO(TraverseDecl(S->getOutlinedFunctionDecl()));
47 KernelCallStmt->getOutlinedFunctionDecl(); in EmitSYCLKernelCaller()
592 PrintStmt(Node->getOutlinedFunctionDecl()->getBody()); in VisitSYCLKernelCallStmt()
614 Record.AddDeclRef(S->getOutlinedFunctionDecl()); in VisitSYCLKernelCallStmt()