Searched defs:PrecompilePreamble (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/libclang/
H A DIndexing.cpp627 bool PrecompilePreamble = false; local
634 PrecompilePreamble = TU_options & CXTranslationUnit_PrecompiledPreamble;
655 PrecompilePreamble,
H A DCIndex.cpp2772 bool PrecompilePreamble = options & CXTranslationUnit_PrecompiledPreamble; local
2851 /*RemappedFilesKeepOriginalName=*/true, PrecompilePreamble, TUKind,
/external/clang/lib/Frontend/
H A DASTUnit.cpp1758 bool PrecompilePreamble, bool CacheCodeCompletionResults,
1779 if (PrecompilePreamble)
1892 bool ASTUnit::LoadFromCompilerInvocation(bool PrecompilePreamble) { argument
1902 if (PrecompilePreamble) {
1920 bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble,
1949 if (AST->LoadFromCompilerInvocation(PrecompilePreamble))
1959 bool PrecompilePreamble, TranslationUnitKind TUKind,
2030 if (AST->LoadFromCompilerInvocation(PrecompilePreamble)) {
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

Completed in 89 milliseconds