Home
last modified time | relevance | path

Searched refs:getOutlinedFunctionDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtSYCL.h61 OutlinedFunctionDecl *getOutlinedFunctionDecl() { return OFDecl; } in getOutlinedFunctionDecl() function
62 const OutlinedFunctionDecl *getOutlinedFunctionDecl() const { return OFDecl; } in getOutlinedFunctionDecl() function
H A DASTNodeTraverser.h852 Visit(Node->getOutlinedFunctionDecl()); in VisitSYCLKernelCallStmt()
H A DRecursiveASTVisitor.h2943 TRY_TO(TraverseDecl(S->getOutlinedFunctionDecl()));
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenSYCL.cpp47 KernelCallStmt->getOutlinedFunctionDecl(); in EmitSYCLKernelCaller()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp592 PrintStmt(Node->getOutlinedFunctionDecl()->getBody()); in VisitSYCLKernelCallStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp614 Record.AddDeclRef(S->getOutlinedFunctionDecl()); in VisitSYCLKernelCallStmt()