Searched refs:RSForEachLowering (Results 1 – 3 of 3) sorted by relevance
36 RSForEachLowering::RSForEachLowering(RSContext* ctxt) in RSForEachLowering() function in slang::RSForEachLowering45 const clang::FunctionDecl* RSForEachLowering::matchFunctionDesignator( in matchFunctionDesignator()95 const clang::FunctionDecl* RSForEachLowering::matchKernelLaunchCall( in matchKernelLaunchCall()143 clang::FunctionDecl* RSForEachLowering::CreateForEachInternalFunctionDecl() { in CreateForEachInternalFunctionDecl()198 clang::Expr* RSForEachLowering::CreateCalleeExprForInternalForEach() { in CreateCalleeExprForInternalForEach()221 void RSForEachLowering::VisitCallExpr(clang::CallExpr* CE) { in VisitCallExpr()376 void RSForEachLowering::VisitStmt(clang::Stmt* S) { in VisitStmt()384 void RSForEachLowering::handleForEachCalls(clang::FunctionDecl* FD, in handleForEachCalls()
33 class RSForEachLowering : public clang::StmtVisitor<RSForEachLowering> {35 RSForEachLowering(RSContext* ctxt);
109 RSForEachLowering mForEachHandler;