Home
last modified time | relevance | path

Searched refs:SlangRS (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs.cpp70 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 …]
Dslang_rs.h37 class SlangRS : public Slang {
98 SlangRS();
117 virtual ~SlangRS();
Dslang_rs_check_ast.cpp221 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()
Dllvm-rs-cc.cpp184 std::unique_ptr<slang::SlangRS> Compiler(new slang::SlangRS()); in compileFiles()
Dslang_rs_backend.cpp78 !SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) { in AnnotateFunction()
95 if (!SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) in HandleTopLevelDecl()