Home
last modified time | relevance | path

Searched refs:RelPath (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigProvider.cpp83 Provider::fromAncestorRelativeYAMLFiles(llvm::StringRef RelPath, in fromAncestorRelativeYAMLFiles() argument
86 std::string RelPath; in fromAncestorRelativeYAMLFiles() member in clang::clangd::config::Provider::fromAncestorRelativeYAMLFiles::RelFileProvider
118 path::append(ConfigPath, RelPath); in fromAncestorRelativeYAMLFiles()
135 RelFileProvider(llvm::StringRef RelPath, const ThreadsafeFS &FS, in fromAncestorRelativeYAMLFiles() argument
137 : RelPath(RelPath), FS(FS), Trusted(Trusted) { in fromAncestorRelativeYAMLFiles()
138 assert(llvm::sys::path::is_relative(RelPath)); in fromAncestorRelativeYAMLFiles()
142 return std::make_unique<RelFileProvider>(RelPath, FS, Trusted); in fromAncestorRelativeYAMLFiles()
H A DTidyProvider.cpp85 std::string RelPath; member in clang::clangd::__anon929113700111::DotClangTidyTree
96 : FS(FS), RelPath(".clang-tidy"), MaxStaleness(std::chrono::seconds(5)) {} in DotClangTidyTree()
113 path::append(ConfigPath, RelPath); in apply()
H A DConfigProvider.h80 fromAncestorRelativeYAMLFiles(llvm::StringRef RelPath, const ThreadsafeFS &,
/llvm-project-15.0.7/libc/utils/tools/WrapperGen/
H A DMain.cpp160 auto RelPath = in generateWrapper() local
162 OS << "#include \"src/" << RelPath << "/" << FunctionName << ".h\"\n"; in generateWrapper()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp214 StringRef RelPath = SP->getFilename(); in getFilename() local
215 if (sys::fs::exists(RelPath)) in getFilename()
216 Path = RelPath; in getFilename()
/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp533 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix() local
535 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()