HomeSort by relevance Sort by last modified time
    Searched defs:RSForEachLowering (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_foreach_lowering.h 33 class RSForEachLowering : public clang::StmtVisitor<RSForEachLowering> {
35 explicit RSForEachLowering(RSContext* ctxt);
61 }; // RSForEachLowering
slang_rs_foreach_lowering.cpp 36 RSForEachLowering::RSForEachLowering(RSContext* ctxt)
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,

Completed in 55 milliseconds