Home
last modified time | relevance | path

Searched defs:Diagnostics (Results 1 – 25 of 114) sorted by relevance

12345

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/
Danalyzer.rs151 pub struct Diagnostics { struct
174 impl Diagnostics { argument
183 fn err_or<T>(self, value: T) -> Result<T, Diagnostics> { in err_or() argument
205 pub fn new(file: &'d File) -> Result<Scope<'d>, Diagnostics> { in new() argument
520 fn check_decl_identifiers(file: &File, scope: &Scope) -> Result<(), Diagnostics> { in check_decl_identifiers() argument
534 diagnostics: &mut Diagnostics, in check_decl_identifiers()
692 fn check_field_identifiers(file: &File) -> Result<(), Diagnostics> { in check_field_identifiers() argument
726 fn check_enum_declarations(file: &File) -> Result<(), Diagnostics> { in check_enum_declarations() argument
740 diagnostics: &mut Diagnostics, in check_enum_declarations()
802 diagnostics: &mut Diagnostics, in check_enum_declarations()
[all …]
/aosp_15_r20/external/clang/docs/
H A DUsersManual.rst156 .. _opt_fshow-column:
178 .. _opt_fshow-source-location:
197 .. _opt_fcaret-diagnostics:
268 .. _opt_fdiagnostics-show-option:
291 .. _opt_fdiagnostics-show-category:
316 .. _opt_fdiagnostics-fixit-info:
337 .. _opt_fdiagnostics-print-source-range-info:
430 .. _cl_diag_warning_groups:
832 .. _usersmanual-precompiled-headers:
/aosp_15_r20/external/clang/lib/Tooling/
H A DTooling.cpp51 clang::DiagnosticsEngine *Diagnostics, const char *BinaryName, in newDriver()
64 clang::DiagnosticsEngine *Diagnostics, in getCC1Arguments()
91 clang::DiagnosticsEngine *Diagnostics, in newInvocation()
245 DiagnosticsEngine Diagnostics( in run() local
/aosp_15_r20/external/clang/lib/Format/
H A DTokenAnalyzer.h46 std::unique_ptr<DiagnosticsEngine> Diagnostics, in Environment()
77 std::unique_ptr<DiagnosticsEngine> Diagnostics; variable
/aosp_15_r20/external/clang/tools/clang-format/
H A DClangFormat.cpp135 DiagnosticsEngine Diagnostics( in fillRanges() local
287 DiagnosticsEngine Diagnostics( in format() local
/aosp_15_r20/external/clang/lib/Rewrite/
H A DRewriter.cpp404 AtomicallyMovedFile(DiagnosticsEngine &Diagnostics, StringRef Filename, in AtomicallyMovedFile()
438 DiagnosticsEngine &Diagnostics; member in __anond3922c570111::AtomicallyMovedFile
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/
Dreporting.h41 std::vector<std::string> Diagnostics() const override { in Diagnostics() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Ddiagnostics.proto7 message Diagnostics { message
/aosp_15_r20/external/angle/src/compiler/preprocessor/
H A DPreprocessor.h21 class Diagnostics; variable
H A DTokenizer.h20 class Diagnostics; variable
H A DMacroExpander.h24 class Diagnostics; variable
H A DDirectiveParser.h21 class Diagnostics; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DSourceMgrAdapter.h35 DiagnosticsEngine &Diagnostics; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DSourceMgrAdapter.h35 DiagnosticsEngine &Diagnostics; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DSourceMgrAdapter.h35 DiagnosticsEngine &Diagnostics; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DSourceMgrAdapter.h35 DiagnosticsEngine &Diagnostics; variable
/aosp_15_r20/external/clang/tools/clang-fuzzer/
H A DClangFuzzer.cpp32 DiagnosticsEngine Diagnostics( in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/clang/lib/Index/
H A DSimpleFormatContext.h65 IntrusiveRefCntPtr<DiagnosticsEngine> Diagnostics; variable
/aosp_15_r20/external/stg/doc/
H A Dstg.md155 ## Diagnostics section in `stg`
/aosp_15_r20/external/pytorch/torch/csrc/jit/
H A DJIT-AUTOCAST.md70 #### Diagnostics subsubsection
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/launch/
Dkernel_log_monitor.cpp43 std::vector<std::string> Diagnostics() const override { in Diagnostics() function in cuttlefish::__anon2ed6627c0111::KernelLogMonitor
/aosp_15_r20/external/clang/tools/libclang/
H A DCXTranslationUnit.h33 void *Diagnostics; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Testing/
DTestAST.h98 std::vector<StoredDiagnostic> Diagnostics; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Testing/
DTestAST.h98 std::vector<StoredDiagnostic> Diagnostics; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Testing/
DTestAST.h98 std::vector<StoredDiagnostic> Diagnostics; variable

12345