Searched defs:getForEachSlotNumber (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_context.cpp95 int RSContext::getForEachSlotNumber(const clang::FunctionDecl* FD) { function in class:slang::RSContext
97 return getForEachSlotNumber(funcName);
100 int RSContext::getForEachSlotNumber(const clang::StringRef& funcName) { function in class:slang::RSContext
140 getForEachSlotNumber(FD->getName()) ==

Completed in 303 milliseconds