Searched defs:PreambleStoragePath (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/tools/libclang/ |
H A D | CIndexer.h | 45 std::string PreambleStoragePath; variable
|
/llvm-project/clang/unittests/libclang/ |
H A D | LibclangTest.cpp | 500 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 D | ASTUnit.h | 129 std::string PreambleStoragePath; 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 | 395 const char *PreambleStoragePath; member
|