Home
last modified time | relevance | path

Searched defs:Directory (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp80 findCompilationDatabaseFromDirectory(StringRef Directory, in findCompilationDatabaseFromDirectory()
107 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath); in autoDetectFromSource() local
328 const Twine &Directory) { in loadFromCommandLine()
358 FixedCompilationDatabase::loadFromBuffer(StringRef Directory, StringRef Data, in loadFromBuffer()
374 const Twine &Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase()
395 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) override { in loadFromDirectory()
H A DJSONCompilationDatabase.cpp163 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) override { in loadFromDirectory()
350 llvm::yaml::ScalarNode *Directory = nullptr; in parse() local
/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp26 llvm::Error DirectoryScanner::scan(StringRef Directory) { in scan() argument
33 llvm::Error DirectoryScanner::scanForUnwrappedLibraries(StringRef Directory) { in scanForUnwrappedLibraries() argument
139 scanMultipleFrameworks(StringRef Directory,std::vector<Library> & Libs) const scanMultipleFrameworks() argument
171 scanSubFrameworksDirectory(StringRef Directory,std::vector<Library> & Libs) const scanSubFrameworksDirectory() argument
273 scanForFrameworks(StringRef Directory) scanForFrameworks() argument
[all...]
H A DHeaderFile.cpp45 llvm::Expected<PathSeq> enumerateFiles(FileManager &FM, StringRef Directory) { in enumerateFiles()
/llvm-project/llvm/lib/Object/
H A DBuildID.cpp69 auto GetDebugPath = [&](StringRef Directory) { in fetch() argument
90 for (const auto &Directory : DebugFileDirectories) { in fetch() local
/llvm-project/clang-tools-extra/clangd/
H A DConfigProvider.cpp32 std::string Directory; member in clang::clangd::config::FileConfigCache
35 FileConfigCache(llvm::StringRef Path, llvm::StringRef Directory) in FileConfigCache()
57 llvm::StringRef Directory, in fromYAMLFile()
73 AbsFileProvider(llvm::StringRef Path, llvm::StringRef Directory, in fromYAMLFile()
/llvm-project/clang/include/clang/InstallAPI/
H A DLibrary.h23 Library(StringRef Directory) : BaseDirectory(Directory) {} in Library()
/llvm-project/clang-tools-extra/clang-include-fixer/
H A DYamlSymbolIndex.cpp34 YamlSymbolIndex::createFromDirectory(llvm::StringRef Directory, in createFromDirectory()
/llvm-project/clang-tools-extra/clang-apply-replacements/lib/Tooling/
H A DApplyReplacements.cpp50 const llvm::StringRef Directory, TranslationUnits &TUs, in collectReplacementsFromDirectory() argument
96 const llvm::StringRef Directory, TUReplacements &TUs, in collectReplacementsFromDirectory() argument
104 const llvm::StringRef Directory, TUDiagnostics &TUs, in collectReplacementsFromDirectory() argument
/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h52 std::string Directory; member
[all...]
/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp28 printFile(raw_ostream & O,StringRef Filename,StringRef Directory,unsigned Line=0) printFile() argument
/llvm-project/clang-tools-extra/clang-include-fixer/plugin/
H A DIncludeFixerPlugin.cpp75 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath); in ParseArgs() local
/llvm-project/llvm/tools/llvm-c-test/
H A Ddebuginfo.c260 const char Directory[] = "."; llvm_get_di_tag() local
281 const char Directory[] = "."; llvm_di_type_get_name() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DConfigCompileTests.cpp196 std::string Directory; in TEST_F() member
441 __anon6107e7220402(llvm::StringRef Directory, std::optional<const char *> MountPoint) TEST_F() argument
[all...]
H A DTestFS.cpp47 MockCompilationDatabase::MockCompilationDatabase(llvm::StringRef Directory, in MockCompilationDatabase()
/llvm-project/clang-tools-extra/modularize/
H A DCoverageChecker.cpp240 SmallString<256> Directory(ModuleMapDirectory); collectUmbrellaHeaders() local
355 SmallString<256> Directory(ModuleMapDirectory); collectFileSystemHeaders() local
[all...]
H A DModularizeUtilities.cpp403 SmallString<256> Directory(UmbrellaDirName); collectUmbrellaHeaders() local
484 SmallString<256> Directory(Path); getDirectoryFromPath() local
/llvm-project/clang-tools-extra/clang-apply-replacements/tool/
H A DClangApplyReplacementsMain.cpp30 static cl::opt<std::string> Directory(cl::Positional, cl::Required, variable
/llvm-project/clang-tools-extra/clangd/index/
H A DBackgroundIndexStorage.cpp42 DiskBackedIndexStorage(llvm::StringRef Directory) : DiskShardRoot(Directory) { in DiskBackedIndexStorage()
/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp210 StringRef Directory("//net/dir"); in TEST() local
322 StringRef Directory("//net/some/directory"); in TEST() local
351 StringRef Directory("//net/some/directory"); in TEST() local
368 StringRef Directory("//net/some directory / with spaces"); in TEST() local
382 StringRef Directory("//net/directory"); in TEST() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h125 struct Directory { global() struct
129 LocationDirectory global() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h331 maybeSetRootFile(StringRef Directory,StringRef FileName,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source) maybeSetRootFile() argument
339 getFile(StringRef Directory,StringRef FileName,std::optional<MD5::MD5Result> Checksum,uint16_t DwarfVersion,std::optional<StringRef> Source) getFile() argument
380 setRootFile(StringRef Directory,StringRef FileName,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source) setRootFile() argument
[all...]
/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp62 StringRef Directory = sys::path::parent_path(SrcPath); in updateWithRealPath() local
/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp140 APINotesManager::findAPINotesFile(DirectoryEntryRef Directory, in findAPINotesFile() argument
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp56 StringEntry *Directory, in DebugTypeDeclFilePatch()

123