Home
last modified time | relevance | path

Searched defs:AbsPath (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DConfigCompile.cpp128 llvm::SmallString<256> AbsPath = llvm::StringRef(*Path); in makeAbsolute() local
301 auto AbsPath = makeAbsolute(std::move(*External.File), "File", in compile() local
314 auto AbsPath = makeAbsolute(std::move(*External.MountPoint), "MountPoint", in compile() local
DConfigProvider.cpp53 std::unique_ptr<Provider> Provider::fromYAMLFile(llvm::StringRef AbsPath, in fromYAMLFile()
DURI.cpp255 llvm::Expected<std::string> URI::resolvePath(llvm::StringRef AbsPath, in resolvePath()
DTidyProvider.cpp77 void apply(tidy::ClangTidyOptions &Result, PathRef AbsPath) { in apply()
DCompileCommands.cpp134 auto SiblingOf = [&](llvm::StringRef AbsPath) { in resolveDriver()
DClangdServer.cpp401 [&Snapshot](PathRef AbsPath) -> llvm::Optional<std::string> { in rename()
DProtocol.cpp33 URIForFile URIForFile::canonicalize(llvm::StringRef AbsPath, in canonicalize()
/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundIndexLoader.cpp72 auto AbsPath = URI::resolve(It.getKey(), StartSourceFile); in loadShard() local
DBackground.cpp192 auto AbsPath = URI::resolve(IGN.URI, MainFile); in update() local
292 auto AbsPath = getCanonicalPath(F, SM); in index() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DGlobalCompilationDatabaseTests.cpp186 std::string AbsPath = path(RelativePath); in write() local
202 llvm::SmallString<128> AbsPath(Root); in path() local
DURITests.cpp166 std::string resolvePathOrDie(llvm::StringRef AbsPath, in resolvePathOrDie()
DBackgroundIndexTests.cpp578 for (llvm::StringRef AbsPath : MSS.AccessedPaths.keys()) { in TEST_F() local
/external/llvm-project/clang-tools-extra/clangd/indexer/
DIndexerMain.cpp50 auto AbsPath = getCanonicalPath(F, SM); in create() local
/external/llvm-project/clang/lib/Basic/
DFileManager.cpp476 llvm::SmallString<128> AbsPath(FileName); in fillRealPathName() local
/external/llvm-project/clang/lib/Tooling/
DTooling.cpp468 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run() local
/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp600 &SM](PathRef AbsPath) -> llvm::Expected<std::string> { in rename()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp1272 SmallString<128> AbsPath; in readConfigFile() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1225 SmallString<128> AbsPath; in readConfigFile() local