Home
last modified time | relevance | path

Searched refs:mAllowRSPrefix (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/slang/
Drs_cc_options.h55 bool mAllowRSPrefix; variable
Dslang.cpp233 getSourceManager(), mAllowRSPrefix, mIsFilterscript); in createBackend()
245 mOT(OT_Default), mRSContext(nullptr), mAllowRSPrefix(false), mTargetAPI(0), in Slang()
606 mAllowRSPrefix = Opts.mAllowRSPrefix; in compile()
Dslang_backend.h93 bool mAllowRSPrefix; variable
Dslang.h164 bool mAllowRSPrefix; variable
Drs_cc_options.cpp197 Opts.mAllowRSPrefix = Args.hasArg(OPT_allow_rs_prefix); in ParseArguments()
Dslang_backend.cpp257 mSourceMgr(SourceMgr), mASTPrint(Opts.mASTPrint), mAllowRSPrefix(AllowRSPrefix), in Backend()
630 if (!mAllowRSPrefix) { in HandleTopLevelDecl()