HomeSort by relevance Sort by last modified time
    Searched defs:SlangRS (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs.h 36 class SlangRS : public Slang {
97 SlangRS();
149 virtual ~SlangRS();
slang_rs.cpp 67 bool SlangRS::isFilterscript(const char *Filename) {
76 bool SlangRS::reflectToJava(const std::string &OutputPathBase,
84 bool SlangRS::generateBitcodeAccessor(const std::string &OutputPathBase,
97 bool SlangRS::checkODR(const char *CurInputFile) {
183 void SlangRS::initDiagnostic() {
213 void SlangRS::initPreprocessor() {
222 void SlangRS::initASTContext() {
232 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts,
247 bool SlangRS::IsRSHeaderFile(const char *File) {
256 bool SlangRS::IsLocInRSHeaderFile(const clang::SourceLocation &Loc
    [all...]

Completed in 149 milliseconds