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

/frameworks/compile/slang/
H A Dslang_rs.cpp70 bool SlangRS::isFilterscript(const char *Filename) {
79 bool SlangRS::generateJavaBitcodeAccessor(const std::string &OutputPathBase,
96 bool SlangRS::checkODR(const char *CurInputFile) {
181 void SlangRS::initDiagnostic() {
211 void SlangRS::initPreprocessor() {
221 void SlangRS::initASTContext() {
231 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts,
246 bool SlangRS::IsRSHeaderFile(const char *File) {
255 bool SlangRS::IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
268 SlangRS function in class:slang::SlangRS
[all...]
H A Dslang_rs.h37 class SlangRS : public Slang { class in namespace:slang
98 SlangRS();
117 virtual ~SlangRS();
H A Dslang_rs_check_ast.cpp221 if (!SlangRS::IsLocInRSHeaderFile(DS->getLocStart(), mSM)) {
262 !SlangRS::IsLocInRSHeaderFile(E->getExprLoc(), mSM) &&
279 if (!SlangRS::IsLocInRSHeaderFile(DI->getLocStart(), mSM)) {
H A Dllvm-rs-cc.cpp184 std::unique_ptr<slang::SlangRS> Compiler(new slang::SlangRS());
H A Dslang_rs_backend.cpp78 !SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) {
95 if (!SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr))

Completed in 349 milliseconds