Lines Matching refs:SlangRS
70 bool SlangRS::isFilterscript(const char *Filename) { in isFilterscript()
79 bool SlangRS::generateJavaBitcodeAccessor(const std::string &OutputPathBase, in generateJavaBitcodeAccessor()
96 bool SlangRS::checkODR(const char *CurInputFile) { in checkODR()
181 void SlangRS::initDiagnostic() { in initDiagnostic()
211 void SlangRS::initPreprocessor() { in initPreprocessor()
221 void SlangRS::initASTContext() { in initASTContext()
231 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts, in createBackend()
246 bool SlangRS::IsRSHeaderFile(const char *File) { in IsRSHeaderFile()
255 bool SlangRS::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile()
268 SlangRS::SlangRS() in SlangRS() function in slang::SlangRS
273 bool SlangRS::compile( in compile()
441 void SlangRS::reset(bool SuppressWarnings) { in reset()
448 SlangRS::~SlangRS() { in ~SlangRS()