Searched refs:SlangRS (Results 1 – 5 of 5) sorted by relevance
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[all …]
37 class SlangRS : public Slang {98 SlangRS();117 virtual ~SlangRS();
221 if (!SlangRS::IsLocInRSHeaderFile(DS->getLocStart(), mSM)) { in VisitDeclStmt()262 !SlangRS::IsLocInRSHeaderFile(E->getExprLoc(), mSM) && in VisitExpr()279 if (!SlangRS::IsLocInRSHeaderFile(DI->getLocStart(), mSM)) { in Validate()
184 std::unique_ptr<slang::SlangRS> Compiler(new slang::SlangRS()); in compileFiles()
78 !SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) { in AnnotateFunction()95 if (!SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) in HandleTopLevelDecl()