Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h122 bool CaptureDiagnostics; variable
309 ASTUnit &AST, bool CaptureDiagnostics);
711 bool CaptureDiagnostics,
726 bool CaptureDiagnostics = false, bool AllowPCHWithCompilerErrors = false,
771 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
790 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
817 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
/external/clang/lib/Frontend/
DASTUnit.cpp216 OnlyLocalDecls(false), CaptureDiagnostics(false), in ASTUnit()
644 ASTUnit &AST, bool CaptureDiagnostics) { in ConfigureDiags() argument
646 if (CaptureDiagnostics) in ConfigureDiags()
653 ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics, in LoadFromASTFile() argument
664 ConfigureDiags(Diags, *AST, CaptureDiagnostics); in LoadFromASTFile()
667 AST->CaptureDiagnostics = CaptureDiagnostics; in LoadFromASTFile()
1684 bool CaptureDiagnostics, in create() argument
1688 ConfigureDiags(Diags, *AST, CaptureDiagnostics); in create()
1707 StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, in LoadFromCompilerInvocationAction() argument
1717 OwnAST.reset(create(CI, Diags, CaptureDiagnostics, UserFilesAreVolatile)); in LoadFromCompilerInvocationAction()
[all …]
/external/clang/tools/libclang/
DIndexing.cpp521 bool CaptureDiagnostics = !Logger::isLoggingEnabled(); in clang_indexSourceFile_Impl() local
524 if (CaptureDiagnostics) in clang_indexSourceFile_Impl()
594 CaptureDiagnostics, in clang_indexSourceFile_Impl()
653 CaptureDiagnostics, in clang_indexSourceFile_Impl()