Home
last modified time | relevance | path

Searched refs:setOutlinedFunctionDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtSYCL.h65 void setOutlinedFunctionDecl(OutlinedFunctionDecl *OFD) { OFDecl = OFD; } in setOutlinedFunctionDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp530 S->setOutlinedFunctionDecl(readDeclAs<OutlinedFunctionDecl>()); in VisitSYCLKernelCallStmt()