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

/external/clang/include/clang/Frontend/
H A DASTUnit.h122 bool CaptureDiagnostics; member in class:clang::ASTUnit
310 ASTUnit &AST, bool CaptureDiagnostics);
700 bool CaptureDiagnostics,
716 bool CaptureDiagnostics = false,
762 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
781 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
808 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
/external/clang/lib/Frontend/
H A DASTUnit.cpp217 OnlyLocalDecls(false), CaptureDiagnostics(false),
650 ASTUnit &AST, bool CaptureDiagnostics) {
655 if (CaptureDiagnostics)
660 } else if (CaptureDiagnostics) {
670 bool CaptureDiagnostics,
682 ConfigureDiags(Diags, nullptr, nullptr, *AST, CaptureDiagnostics);
685 AST->CaptureDiagnostics = CaptureDiagnostics;
1734 bool CaptureDiagnostics,
1738 ConfigureDiags(Diags, nullptr, nullptr, *AST, CaptureDiagnostics);
648 ConfigureDiags(IntrusiveRefCntPtr<DiagnosticsEngine> &Diags, const char **ArgBegin, const char **ArgEnd, ASTUnit &AST, bool CaptureDiagnostics) argument
665 LoadFromASTFile(const std::string &Filename, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument
1732 create(CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool CaptureDiagnostics, bool UserFilesAreVolatile) argument
1754 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
1918 LoadFromCompilerInvocation( CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1954 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...]
/external/clang/tools/libclang/
H A DIndexing.cpp522 bool CaptureDiagnostics = !Logger::isLoggingEnabled(); local
525 if (CaptureDiagnostics)
595 CaptureDiagnostics,
654 CaptureDiagnostics,

Completed in 89 milliseconds