Searched refs:PrecompilePreambleAfterNParses (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h706 /// \param PrecompilePreambleAfterNParses After how many parses the preamble
719 unsigned PrecompilePreambleAfterNParses,
759 unsigned PrecompilePreambleAfterNParses = 0,
784 unsigned PrecompilePreambleAfterNParses = 0,
827 unsigned PrecompilePreambleAfterNParses = 0,
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1534 unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults,
1554 if (PrecompilePreambleAfterNParses > 0)
1555 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses;
1667 unsigned PrecompilePreambleAfterNParses,
1681 if (PrecompilePreambleAfterNParses > 0) {
1682 PreambleRebuildCountdown = PrecompilePreambleAfterNParses;
1704 unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind,
1730 PrecompilePreambleAfterNParses,
1742 unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind,
1821 PrecompilePreambleAfterNParses,
1528 LoadFromCompilerInvocationAction( std::shared_ptr<CompilerInvocation> CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument
1665 LoadFromCompilerInvocation( std::shared_ptr<PCHContainerOperations> PCHContainerOps, unsigned PrecompilePreambleAfterNParses, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
1699 LoadFromCompilerInvocation( std::shared_ptr<CompilerInvocation> CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FileManager *FileMgr, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1736 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, bool SingleFileParse, bool UserFilesAreVolatile, bool ForSerialization, bool RetainExcludedConditionalBlocks, std::optional<StringRef> ModuleFormat, std::unique_ptr<ASTUnit> *ErrAST, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
[all...]
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp616 unsigned PrecompilePreambleAfterNParses = local
622 OnlyLocalDecls, CaptureDiagnostics, PrecompilePreambleAfterNParses,
H A DCIndex.cpp3888 unsigned PrecompilePreambleAfterNParses = local
3900 /*RemappedFilesKeepOriginalName=*/true, PrecompilePreambleAfterNParses,

Completed in 296 milliseconds