Home
last modified time | relevance | path

Searched refs:CaptureDiagnostics (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h148 bool CaptureDiagnostics = false; variable
251 ASTUnit &AST, bool CaptureDiagnostics);
660 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool CaptureDiagnostics,
689 bool CaptureDiagnostics = false, bool AllowPCHWithCompilerErrors = false,
747 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
772 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
812 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp729 if (CaptureDiagnostics) in ConfigureDiags()
749 ConfigureDiags(Diags, *AST, CaptureDiagnostics); in LoadFromASTFile()
753 AST->CaptureDiagnostics = CaptureDiagnostics; in LoadFromASTFile()
1341 if (CaptureDiagnostics) in getMainBufferWithPrecompiledPreamble()
1471 ConfigureDiags(Diags, *AST, CaptureDiagnostics); in create()
1491 bool OnlyLocalDecls, bool CaptureDiagnostics, in LoadFromCompilerInvocationAction() argument
1512 AST->CaptureDiagnostics = CaptureDiagnostics; in LoadFromCompilerInvocationAction()
1669 bool OnlyLocalDecls, bool CaptureDiagnostics, in LoadFromCompilerInvocation() argument
1678 AST->CaptureDiagnostics = CaptureDiagnostics; in LoadFromCompilerInvocation()
1706 bool OnlyLocalDecls, bool CaptureDiagnostics, in LoadFromCommandLine() argument
[all …]