/external/llvm-project/clang-tools-extra/clangd/ |
D | ConfigCompile.cpp | 128 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
|
D | ConfigProvider.cpp | 53 std::unique_ptr<Provider> Provider::fromYAMLFile(llvm::StringRef AbsPath, in fromYAMLFile()
|
D | URI.cpp | 255 llvm::Expected<std::string> URI::resolvePath(llvm::StringRef AbsPath, in resolvePath()
|
D | TidyProvider.cpp | 77 void apply(tidy::ClangTidyOptions &Result, PathRef AbsPath) { in apply()
|
D | CompileCommands.cpp | 134 auto SiblingOf = [&](llvm::StringRef AbsPath) { in resolveDriver()
|
D | ClangdServer.cpp | 401 [&Snapshot](PathRef AbsPath) -> llvm::Optional<std::string> { in rename()
|
D | Protocol.cpp | 33 URIForFile URIForFile::canonicalize(llvm::StringRef AbsPath, in canonicalize()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | BackgroundIndexLoader.cpp | 72 auto AbsPath = URI::resolve(It.getKey(), StartSourceFile); in loadShard() local
|
D | Background.cpp | 192 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/ |
D | GlobalCompilationDatabaseTests.cpp | 186 std::string AbsPath = path(RelativePath); in write() local 202 llvm::SmallString<128> AbsPath(Root); in path() local
|
D | URITests.cpp | 166 std::string resolvePathOrDie(llvm::StringRef AbsPath, in resolvePathOrDie()
|
D | BackgroundIndexTests.cpp | 578 for (llvm::StringRef AbsPath : MSS.AccessedPaths.keys()) { in TEST_F() local
|
/external/llvm-project/clang-tools-extra/clangd/indexer/ |
D | IndexerMain.cpp | 50 auto AbsPath = getCanonicalPath(F, SM); in create() local
|
/external/llvm-project/clang/lib/Basic/ |
D | FileManager.cpp | 476 llvm::SmallString<128> AbsPath(FileName); in fillRealPathName() local
|
/external/llvm-project/clang/lib/Tooling/ |
D | Tooling.cpp | 468 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run() local
|
/external/llvm-project/clang-tools-extra/clangd/refactor/ |
D | Rename.cpp | 600 &SM](PathRef AbsPath) -> llvm::Expected<std::string> { in rename()
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 1272 SmallString<128> AbsPath; in readConfigFile() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 1225 SmallString<128> AbsPath; in readConfigFile() local
|