Home
last modified time | relevance | path

Searched defs:StorePreamblesInMemory (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DCIndexer.h37 bool StorePreamblesInMemory = false; variable
/llvm-project/clang/unittests/libclang/
H A DLibclangTest.cpp482 virtual bool StorePreamblesInMemory() { return false; } in StorePreamblesInMemory() function in LibclangSetPreambleStoragePathTest
513 bool StorePreamblesInMemory() override { return true; } in StorePreamblesInMemory() function in LibclangStoreInMemoryNullPreambleStoragePathTest
517 bool StorePreamblesInMemory() override { return true; } in StorePreamblesInMemory() function in LibclangStoreInMemoryEmptyPreambleStoragePathTest
521 bool StorePreamblesInMemory() override { return true; } in StorePreamblesInMemory() function in LibclangStoreInMemoryPreambleDirPreambleStoragePathTest
/llvm-project/clang-tools-extra/clangd/
H A DClangdServer.h110 bool StorePreamblesInMemory = true; global() member
H A DTUScheduler.h223 bool StorePreamblesInMemory = false; member
/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h123 bool StorePreamblesInMemory = false; variable
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1762 LoadFromCommandLine(const char ** ArgBegin,const char ** ArgEnd,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,StringRef ResourceFilesPath,bool StorePreamblesInMemory,StringRef PreambleStoragePath,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) LoadFromCommandLine() argument
/llvm-project/clang/include/clang-c/
H A DIndex.h382 unsigned StorePreamblesInMemory : 1; member