Searched defs:CaptureDiagnostics (Results 1 - 3 of 3) sorted by relevance
/external/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 122 bool CaptureDiagnostics; member in class:clang::ASTUnit 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/tools/libclang/ |
H A D | Indexing.cpp | 521 bool CaptureDiagnostics = !Logger::isLoggingEnabled(); local 524 if (CaptureDiagnostics) 594 CaptureDiagnostics, 653 CaptureDiagnostics,
|
/external/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 216 OnlyLocalDecls(false), CaptureDiagnostics(false), 644 ASTUnit &AST, bool CaptureDiagnostics) { 646 if (CaptureDiagnostics) 653 ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics, 664 ConfigureDiags(Diags, *AST, CaptureDiagnostics); 667 AST->CaptureDiagnostics = CaptureDiagnostics; 1684 bool CaptureDiagnostics, 1688 ConfigureDiags(Diags, *AST, CaptureDiagnostics); 1707 StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, 643 ConfigureDiags(IntrusiveRefCntPtr<DiagnosticsEngine> Diags, ASTUnit &AST, bool CaptureDiagnostics) argument 650 LoadFromASTFile( const std::string &Filename, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument 1682 create(CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool CaptureDiagnostics, bool UserFilesAreVolatile) argument 1704 LoadFromCompilerInvocationAction( CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, ASTFrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument 1869 LoadFromCompilerInvocation( CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument 1905 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, bool ForSerialization, std::unique_ptr<ASTUnit> *ErrAST) argument [all...] |
Completed in 283 milliseconds