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 {
100 SlangRS();
152 virtual ~SlangRS();
slang_rs.cpp 67 bool SlangRS::isFilterscript(const char *Filename) {
76 bool SlangRS::reflectToJava(const std::string &OutputPathBase,
88 bool SlangRS::generateBitcodeAccessor(const std::string &OutputPathBase,
101 bool SlangRS::checkODR(const char *CurInputFile) {
187 void SlangRS::initDiagnostic() {
217 void SlangRS::initPreprocessor() {
226 void SlangRS::initASTContext() {
236 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts,
251 bool SlangRS::IsRSHeaderFile(const char *File) {
260 bool SlangRS::IsLocInRSHeaderFile(const clang::SourceLocation &Loc
    [all...]

Completed in 42 milliseconds