Searched defs:Decl (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/slang/
H A Dslang_rs_check_ast.cpp40 clang::FunctionDecl *Decl; local
41 Decl = clang::dyn_cast_or_null<clang::FunctionDecl>(E->getCalleeDecl());
43 if (!Decl || Decl->getNameAsString() != std::string("rsSetElementAt")) {

Completed in 71 milliseconds