Home | History | Annotate | Download | only in slang

Lines Matching refs:LangOpts

104 clang::LangOptions Slang::LangOpts;
152 LangOpts.RTTI = 0; // Turn off the RTTI information support
153 LangOpts.C99 = 1;
154 LangOpts.Renderscript = 1;
155 LangOpts.LaxVectorConversions = 0; // Do not bitcast vectors!
156 LangOpts.CharIsSigned = 1; // Signed char is our default.
205 LangOpts,
212 LangOpts,
245 mASTContext.reset(new clang::ASTContext(LangOpts,
406 mDiagClient->BeginSourceFile(LangOpts, mPP.get());
441 mDiagClient->BeginSourceFile(LangOpts, mPP.get());