Searched defs:StorePreamblesInMemory (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/tools/libclang/ |
H A D | CIndexer.h | 37 bool StorePreamblesInMemory = false; variable
|
/llvm-project/clang/unittests/libclang/ |
H A D | LibclangTest.cpp | 482 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 D | ClangdServer.h | 110 bool StorePreamblesInMemory = true; global() member
|
H A D | TUScheduler.h | 223 bool StorePreamblesInMemory = false; member
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 123 bool StorePreamblesInMemory = false; variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1762 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 D | Index.h | 382 unsigned StorePreamblesInMemory : 1; member
|