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

/external/clang/include/clang/Frontend/
H A DASTUnit.h815 bool UserFilesAreVolatile = false, bool ForSerialization = false,
/external/clang/lib/Frontend/
H A DASTUnit.cpp1962 bool UserFilesAreVolatile, bool ForSerialization,
2022 if (ForSerialization)
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
/external/clang/tools/libclang/
H A DCIndex.cpp2781 bool ForSerialization = options & CXTranslationUnit_ForSerialization; local
2854 /*UserFilesAreVolatile=*/true, ForSerialization, &ErrUnit));

Completed in 378 milliseconds