Searched refs:RSForEachLowering (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_foreach_lowering.h33 class RSForEachLowering : public clang::StmtVisitor<RSForEachLowering> { class in namespace:slang
35 RSForEachLowering(RSContext* ctxt);
61 }; // RSForEachLowering
H A Dslang_rs_foreach_lowering.cpp36 RSForEachLowering::RSForEachLowering(RSContext* ctxt) function in class:slang::RSForEachLowering
45 const clang::FunctionDecl* RSForEachLowering::matchFunctionDesignator(
95 const clang::FunctionDecl* RSForEachLowering::matchKernelLaunchCall(
143 clang::FunctionDecl* RSForEachLowering::CreateForEachInternalFunctionDecl() {
198 clang::Expr* RSForEachLowering::CreateCalleeExprForInternalForEach() {
221 void RSForEachLowering::VisitCallExpr(clang::CallExpr* CE) {
376 void RSForEachLowering::VisitStmt(clang::Stmt* S) {
384 void RSForEachLowering::handleForEachCalls(clang::FunctionDecl* FD,
H A Dslang_backend.h109 RSForEachLowering mForEachHandler;

Completed in 142 milliseconds