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.cpp161 getDiagnostics().Report(mDiagErrorODR) << Reflected->getName()
182 clang::DiagnosticsEngine &DiagEngine = getDiagnostics();
235 &getDiagnostics(),
282 getDiagnostics().Report(mDiagErrorInvalidOutputDepParameter);
316 getDiagnostics().Report(mDiagErrorTargetAPIRange) << mTargetAPI
420 getDiagnostics().setSuppressAllDiagnostics(true);
425 getDiagnostics().setSuppressAllDiagnostics(false);
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.h147 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.cpp1056 clang::DiagnosticsEngine &DiagEngine = C.getDiagnostics();

Completed in 282 milliseconds