Searched defs:CaptureDiagnostics (Results 1 – 3 of 3) sorted by relevance
/minix/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 657 ASTUnit &AST, bool CaptureDiagnostics) { in ConfigureDiags() 666 ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics, in LoadFromASTFile() 1702 bool CaptureDiagnostics, in create() 1725 StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, in LoadFromCompilerInvocationAction() 1889 bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, in LoadFromCompilerInvocation() 1926 bool OnlyLocalDecls, bool CaptureDiagnostics, in LoadFromCommandLine()
|
/minix/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 122 bool CaptureDiagnostics; variable
|
/minix/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | Indexing.cpp | 521 bool CaptureDiagnostics = !Logger::isLoggingEnabled(); in clang_indexSourceFile_Impl() local
|