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 IntrusiveRefCntPtr<DiagnosticOptions> DiagnosticOpts; variable
133 const DiagnosticOptions &getDiagnosticOpts() const { return *DiagnosticOpts; } in getDiagnosticOpts()
251 DiagnosticOptions &getDiagnosticOpts() { return *DiagnosticOpts; } in getDiagnosticOpts()
272 using CompilerInvocationBase::DiagnosticOpts;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td319 class DiagnosticOpts<string base>
320 : KeyPathAndMacro<"DiagnosticOpts->", base, "DIAG_"> {}
980 MarshallingInfoStringVector<DiagnosticOpts<"SystemHeaderWarningsModules">>;
1009 MarshallingInfoStringVector<DiagnosticOpts<"UndefPrefixes">>;
1942 DiagnosticOpts<"ShowCarets">, DefaultTrue,
1965 MarshallingInfoFlag<DiagnosticOpts<"UseANSIEscapeCodes">>;
2032 …MarshallingInfoInt<DiagnosticOpts<"ConstexprBacktraceLimit">, "DiagnosticOptions::DefaultConstexpr…
2071 MarshallingInfoNegativeFlag<DiagnosticOpts<"ShowFixits">>;
2075 MarshallingInfoFlag<DiagnosticOpts<"ShowParseableFixits">>;
2079 MarshallingInfoFlag<DiagnosticOpts<"ShowSourceRanges">>;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp142 DiagnosticOpts(llvm::makeIntrusiveRefCnt<DiagnosticOptions>()), in CompilerInvocationBase()
159 DiagnosticOpts = makeIntrusiveRefCntCopy(X.getDiagnosticOpts()); in deep_copy_assign()
179 DiagnosticOpts = X.DiagnosticOpts; in shallow_copy_assign()
230 return ensureOwned(DiagnosticOpts); in getMutDiagnosticOpts()
2434 const DiagnosticOptions *DiagnosticOpts = &Opts; in GenerateDiagnosticArgs() local
2531 DiagnosticOptions *DiagnosticOpts = &Opts; in ParseDiagnosticArgs() local