Searched refs:getDiagnostics (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/slang/
H A Dslang_pragma_recorder.cpp77 PP.getDiagnostics().getCustomDiagID(
90 PP.getDiagnostics().getCustomDiagID(
99 PP.getDiagnostics().getCustomDiagID(
H A Dslang_rs_pragma_handler.cpp147 PP.getDiagnostics().getCustomDiagID(
184 PP.Diag(Token, PP.getDiagnostics().getCustomDiagID(
195 PP.Diag(Token, PP.getDiagnostics().getCustomDiagID(
251 PP.getDiagnostics().getCustomDiagID(
285 PP.getDiagnostics().getCustomDiagID(
333 PP.getDiagnostics().getCustomDiagID(
H A Dslang_rs_context.h123 inline clang::DiagnosticsEngine *getDiagnostics() const { function in class:slang::RSContext
124 return &mPP.getDiagnostics();
246 clang::DiagnosticsEngine *DiagEngine = getDiagnostics();
254 clang::DiagnosticsEngine *DiagEngine = getDiagnostics();
H A Dslang.cpp231 return new Backend(mRSContext, &getDiagnostics(), CodeGenOpts,
527 getDiagnostics().Report(DiagID) << Reflected->getName()
601 getDiagnostics().Report(DiagID);
634 getDiagnostics().Report(DiagID) << mTargetAPI << SLANG_MINIMUM_TARGET_API
746 getDiagnostics().setSuppressAllDiagnostics(true);
751 getDiagnostics().setSuppressAllDiagnostics(false);
H A Dslang.h179 clang::DiagnosticsEngine &getDiagnostics() { return *mDiagEngine; } function in class:slang::Slang
H A Dslang_rs_context.cpp206 if (getDiagnostics()->hasErrorOccurred()) {
H A Dslang_rs_object_ref_count.cpp1067 clang::DiagnosticsEngine &DiagEngine = C.getDiagnostics();

Completed in 82 milliseconds