Home
last modified time | relevance | path

Searched refs:DiagnosticOpts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h83 std::shared_ptr<DiagnosticOptions> DiagnosticOpts; variable
133 const DiagnosticOptions &getDiagnosticOpts() const { return *DiagnosticOpts; } in getDiagnosticOpts()
251 DiagnosticOptions &getDiagnosticOpts() { return *DiagnosticOpts; } in getDiagnosticOpts()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td321 class DiagnosticOpts<string base>
322 : KeyPathAndMacro<"DiagnosticOpts->", base, "DIAG_"> {}
895 MarshallingInfoStringVector<DiagnosticOpts<"SystemHeaderWarningsModules">>;
924 MarshallingInfoStringVector<DiagnosticOpts<"UndefPrefixes">>;
1947 DiagnosticOpts<"ShowCarets">, DefaultTrue,
1975 MarshallingInfoFlag<DiagnosticOpts<"UseANSIEscapeCodes">>;
2044 …MarshallingInfoInt<DiagnosticOpts<"ConstexprBacktraceLimit">, "DiagnosticOptions::DefaultConstexpr…
2083 MarshallingInfoNegativeFlag<DiagnosticOpts<"ShowFixits">>;
2087 MarshallingInfoFlag<DiagnosticOpts<"ShowParseableFixits">>;
2091 MarshallingInfoFlag<DiagnosticOpts<"ShowSourceRanges">>;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp128 DiagnosticOpts(std::make_shared<DiagnosticOptions>()), in CompilerInvocationBase()
145 DiagnosticOpts = make_shared_copy(X.getDiagnosticOpts()); in deep_copy_assign()
165 DiagnosticOpts = X.DiagnosticOpts; in shallow_copy_assign()
207 return ensureOwned(DiagnosticOpts); in getMutDiagnosticOpts()
2604 const DiagnosticOptions *DiagnosticOpts = &Opts; in GenerateDiagnosticArgs() local
2708 DiagnosticOptions *DiagnosticOpts = &Opts; in ParseDiagnosticArgs() local