Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.h55 const clang::FunctionDecl* matchFunctionDesignator(clang::Expr* expr);
Dslang_rs_foreach_lowering.cpp45 const clang::FunctionDecl* RSForEachLowering::matchFunctionDesignator( in matchFunctionDesignator() function in slang::RSForEachLowering
121 const clang::FunctionDecl* kernel = matchFunctionDesignator(arg0); in matchKernelLaunchCall()