Home
last modified time | relevance | path

Searched defs:PreambleStoragePath (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DCIndexer.h45 std::string PreambleStoragePath; variable
/llvm-project/clang/unittests/libclang/
H A DLibclangTest.cpp500 const char *PreambleStoragePath() override { return nullptr; } in PreambleStoragePath() function in LibclangNullPreambleStoragePathTest
504 const char *PreambleStoragePath() override { return ""; } in PreambleStoragePath() function in LibclangEmptyPreambleStoragePathTest
508 const char *PreambleStoragePath() override { return PreambleDir.c_str(); } in PreambleStoragePath() function in LibclangPreambleDirPreambleStoragePathTest
/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h129 std::string PreambleStoragePath; 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.h395 const char *PreambleStoragePath; member