Home | History | Annotate | Download | only in slang

Lines Matching refs:RSContext

49 RSContext::RSContext(clang::Preprocessor &PP,
79 bool RSContext::processExportVar(const clang::VarDecl *VD) {
95 int RSContext::getForEachSlotNumber(const clang::FunctionDecl* FD) {
100 int RSContext::getForEachSlotNumber(const clang::StringRef& funcName) {
108 bool RSContext::processExportFunc(const clang::FunctionDecl *FD) {
160 bool RSContext::addForEach(const clang::FunctionDecl* FD) {
173 bool RSContext::processExportType(const llvm::StringRef &Name) {
217 void RSContext::setAllocationType(const clang::TypeDecl* TD) {
221 void RSContext::setScriptCallType(const clang::TypeDecl* TD) {
225 bool RSContext::processExports() {
303 bool RSContext::processReducePragmas(Backend *BE) {
320 void RSContext::markUsedByReducePragma(clang::FunctionDecl *FD, CheckName Check) {
387 bool RSContext::insertExportType(const llvm::StringRef &TypeName,
402 RSContext::~RSContext() {