Searched refs:OFDecl (Results 1 – 1 of 1) sorted by relevance
43 OutlinedFunctionDecl *OFDecl = nullptr; variable48 : Stmt(SYCLKernelCallStmtClass), OriginalStmt(CS), OFDecl(OFD) {} in SYCLKernelCallStmt()61 OutlinedFunctionDecl *getOutlinedFunctionDecl() { return OFDecl; } in getOutlinedFunctionDecl()62 const OutlinedFunctionDecl *getOutlinedFunctionDecl() const { return OFDecl; } in getOutlinedFunctionDecl()65 void setOutlinedFunctionDecl(OutlinedFunctionDecl *OFD) { OFDecl = OFD; } in setOutlinedFunctionDecl()