Home
last modified time | relevance | path

Searched defs:addFile (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCanonicalIncludesTests.cpp25 FileEntryRef addFile(llvm::vfs::InMemoryFileSystem &FS, FileManager &FM, in addFile() function
H A DIndexActionTests.cpp101 void addFile(llvm::StringRef Path, llvm::StringRef Content) { in addFile() function in clang::clangd::__anonae56ce760111::IndexActionTest
/llvm-project-15.0.7/clang/unittests/Serialization/
H A DModuleCacheTest.cpp41 void addFile(StringRef Path, StringRef Contents) { in addFile() function in __anon7374ab6d0111::ModuleCacheTest
/llvm-project-15.0.7/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp196 void ModuleDependencyCollector::addFile(StringRef Filename, StringRef FileDst) { in addFile() function in ModuleDependencyCollector
H A DPrecompiledPreamble.cpp177 void TemporaryFiles::addFile(StringRef File) { in addFile() function in __anone3bc85d50111::TemporaryFiles
/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileEntryTest.cpp39 FileEntryRef addFile(StringRef Name) { in addFile() function in clang::FileEntryTestHelper
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileCollector.cpp21 void FileCollectorBase::addFile(const Twine &File) { in addFile() function in FileCollectorBase
H A DVirtualFileSystem.cpp815 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem
892 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem
/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileCollectorTest.cpp45 TEST(FileCollectorTest, addFile) { in TEST() argument
/llvm-project-15.0.7/clang/unittests/DirectoryWatcher/
H A DDirectoryWatcherTest.cpp78 void addFile(const std::string &testFile) { in addFile() function
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTokensTest.cpp155 void addFile(llvm::StringRef Path, llvm::StringRef Contents) { in addFile() function in __anona82596db0111::TokenCollectorTest
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp47 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile() function in CodeViewContext
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h607 void addFile(const InputFile *file) { in addFile() function
H A DDriver.cpp267 static InputFile *addFile(StringRef path, LoadType loadType, in addFile() function
/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp235 void LinkerDriver::addFile(StringRef path) { in addFile() function in lld::wasm::LinkerDriver
H A DSymbolTable.cpp27 void SymbolTable::addFile(InputFile *file) { in addFile() function in lld::wasm::SymbolTable
/llvm-project-15.0.7/lld/COFF/
H A DSymbolTable.cpp38 void SymbolTable::addFile(InputFile *file) { in addFile() function in lld::coff::SymbolTable
/llvm-project-15.0.7/lld/ELF/
H A DScriptParser.cpp292 void ScriptParser::addFile(StringRef s) { in addFile() function in ScriptParser
H A DDriver.cpp205 void LinkerDriver::addFile(StringRef path, bool withLOption) { in addFile() function in LinkerDriver
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp351 void addFile(StringRef Name, StringRef Content) { in addFile() function
H A DCompilationDatabaseTest.cpp943 void addFile(StringRef File, StringRef Content) { in addFile() function in clang::tooling::ExpandResponseFilesTest
H A DTransformerTest.cpp101 void addFile(StringRef Filename, StringRef Content) { in addFile() function in __anon7c89a2a40111::ClangRefactoringTestBase