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

/external/clang/include/clang/Frontend/
H A DASTUnit.h650 /// \param PrecompilePreamble Whether to precompile the preamble of this
655 bool LoadFromCompilerInvocation(bool PrecompilePreamble);
692 bool PrecompilePreamble = false,
713 bool PrecompilePreamble = false,
746 bool PrecompilePreamble = false,
/external/clang/tools/libclang/
H A DIndexing.cpp374 bool PrecompilePreamble = false; local
382 PrecompilePreamble = TU_options & CXTranslationUnit_PrecompiledPreamble;
399 PrecompilePreamble,
H A DCIndex.cpp2545 bool PrecompilePreamble = options & CXTranslationUnit_PrecompiledPreamble; local
2634 PrecompilePreamble,
/external/clang/lib/Frontend/
H A DASTUnit.cpp1696 bool PrecompilePreamble,
1717 if (PrecompilePreamble)
1834 bool ASTUnit::LoadFromCompilerInvocation(bool PrecompilePreamble) { argument
1847 if (PrecompilePreamble) {
1867 bool PrecompilePreamble,
1893 return AST->LoadFromCompilerInvocation(PrecompilePreamble)? 0 : AST.take();
1905 bool PrecompilePreamble,
1981 if (AST->LoadFromCompilerInvocation(PrecompilePreamble)) {
1688 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, OwningPtr<ASTUnit> *ErrAST) argument
1863 LoadFromCompilerInvocation(CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1896 LoadFromCommandLine(const char **ArgBegin, const char **ArgEnd, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, RemappedFile *RemappedFiles, unsigned NumRemappedFiles, bool RemappedFilesKeepOriginalName, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, OwningPtr<ASTUnit> *ErrAST) argument

Completed in 140 milliseconds