Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h124 bool CaptureDiagnostics; variable
311 ASTUnit &AST, bool CaptureDiagnostics);
715 bool CaptureDiagnostics,
733 bool CaptureDiagnostics = false, bool AllowPCHWithCompilerErrors = false,
786 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
811 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
845 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
/external/clang/lib/Frontend/
DASTUnit.cpp217 OnlyLocalDecls(false), CaptureDiagnostics(false), in ASTUnit()
646 ASTUnit &AST, bool CaptureDiagnostics) { in ConfigureDiags() argument
648 if (CaptureDiagnostics) in ConfigureDiags()
657 bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, in LoadFromASTFile() argument
668 ConfigureDiags(Diags, *AST, CaptureDiagnostics); in LoadFromASTFile()
671 AST->CaptureDiagnostics = CaptureDiagnostics; in LoadFromASTFile()
1711 bool CaptureDiagnostics, in create() argument
1715 ConfigureDiags(Diags, *AST, CaptureDiagnostics); in create()
1736 bool OnlyLocalDecls, bool CaptureDiagnostics, in LoadFromCompilerInvocationAction() argument
1746 OwnAST.reset(create(CI, Diags, CaptureDiagnostics, UserFilesAreVolatile)); in LoadFromCompilerInvocationAction()
[all …]
/external/clang/tools/libclang/
DIndexing.cpp445 bool CaptureDiagnostics = !Logger::isLoggingEnabled(); in clang_indexSourceFile_Impl() local
448 if (CaptureDiagnostics) in clang_indexSourceFile_Impl()
521 ASTUnit *Unit = ASTUnit::create(CInvok.get(), Diags, CaptureDiagnostics, in clang_indexSourceFile_Impl()
588 OnlyLocalDecls, CaptureDiagnostics, PrecompilePreambleAfterNParses, in clang_indexSourceFile_Impl()