/llvm-project/clang/lib/Tooling/ |
H A D | CompilationDatabase.cpp | 80 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 D | JSONCompilationDatabase.cpp | 163 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 D | DirectoryScanner.cpp | 26 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 D | HeaderFile.cpp | 45 llvm::Expected<PathSeq> enumerateFiles(FileManager &FM, StringRef Directory) { in enumerateFiles()
|
/llvm-project/llvm/lib/Object/ |
H A D | BuildID.cpp | 69 auto GetDebugPath = [&](StringRef Directory) { in fetch() argument 90 for (const auto &Directory : DebugFileDirectories) { in fetch() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ConfigProvider.cpp | 32 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 D | Library.h | 23 Library(StringRef Directory) : BaseDirectory(Directory) {} in Library()
|
/llvm-project/clang-tools-extra/clang-include-fixer/ |
H A D | YamlSymbolIndex.cpp | 34 YamlSymbolIndex::createFromDirectory(llvm::StringRef Directory, in createFromDirectory()
|
/llvm-project/clang-tools-extra/clang-apply-replacements/lib/Tooling/ |
H A D | ApplyReplacements.cpp | 50 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 D | CompilationDatabase.h | 52 std::string Directory; member [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 28 printFile(raw_ostream & O,StringRef Filename,StringRef Directory,unsigned Line=0) printFile() argument
|
/llvm-project/clang-tools-extra/clang-include-fixer/plugin/ |
H A D | IncludeFixerPlugin.cpp | 75 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath); in ParseArgs() local
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | debuginfo.c | 260 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 D | ConfigCompileTests.cpp | 196 std::string Directory; in TEST_F() member 441 __anon6107e7220402(llvm::StringRef Directory, std::optional<const char *> MountPoint) TEST_F() argument [all...] |
H A D | TestFS.cpp | 47 MockCompilationDatabase::MockCompilationDatabase(llvm::StringRef Directory, in MockCompilationDatabase()
|
/llvm-project/clang-tools-extra/modularize/ |
H A D | CoverageChecker.cpp | 240 SmallString<256> Directory(ModuleMapDirectory); collectUmbrellaHeaders() local 355 SmallString<256> Directory(ModuleMapDirectory); collectFileSystemHeaders() local [all...] |
H A D | ModularizeUtilities.cpp | 403 SmallString<256> Directory(UmbrellaDirName); collectUmbrellaHeaders() local 484 SmallString<256> Directory(Path); getDirectoryFromPath() local
|
/llvm-project/clang-tools-extra/clang-apply-replacements/tool/ |
H A D | ClangApplyReplacementsMain.cpp | 30 static cl::opt<std::string> Directory(cl::Positional, cl::Required, variable
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | BackgroundIndexStorage.cpp | 42 DiskBackedIndexStorage(llvm::StringRef Directory) : DiskShardRoot(Directory) { in DiskBackedIndexStorage()
|
/llvm-project/clang/unittests/Tooling/ |
H A D | CompilationDatabaseTest.cpp | 210 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 D | Minidump.h | 125 struct Directory { global() struct 129 LocationDirectory global() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 331 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 D | FileCollector.cpp | 62 StringRef Directory = sys::path::parent_path(SrcPath); in updateWithRealPath() local
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 140 APINotesManager::findAPINotesFile(DirectoryEntryRef Directory, in findAPINotesFile() argument
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | OutputSections.cpp | 56 StringEntry *Directory, in DebugTypeDeclFilePatch()
|