Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs.cpp65 bool SlangRS::reflectToJava(const std::string &OutputPathBase, in reflectToJava()
75 bool SlangRS::generateBitcodeAccessor(const std::string &OutputPathBase, in generateBitcodeAccessor()
88 bool SlangRS::checkODR(const char *CurInputFile) { in checkODR()
174 void SlangRS::initDiagnostic() { in initDiagnostic()
204 void SlangRS::initPreprocessor() { in initPreprocessor()
213 void SlangRS::initASTContext() { in initASTContext()
223 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts, in createBackend()
237 bool SlangRS::IsRSHeaderFile(const char *File) { in IsRSHeaderFile()
246 bool SlangRS::IsFunctionInRSHeaderFile(const clang::FunctionDecl *FD, in IsFunctionInRSHeaderFile()
259 SlangRS::SlangRS() in SlangRS() function in slang::SlangRS
[all …]
Dslang_rs.h40 class SlangRS : public Slang {
98 SlangRS();
145 virtual ~SlangRS();
Dslang_rs_backend.cpp74 !SlangRS::IsFunctionInRSHeaderFile(FD, mSourceMgr)) { in AnnotateFunction()
92 if (!SlangRS::IsFunctionInRSHeaderFile(FD, mSourceMgr)) in HandleTopLevelDecl()
Dllvm-rs-cc.cpp432 llvm::OwningPtr<slang::SlangRS> Compiler(new slang::SlangRS()); in main()