Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackgroundIndexLoader.cpp69 auto AbsPath = URI::resolve(It.getKey(), StartSourceFile); in loadShard() local
H A DBackground.cpp193 auto AbsPath = URI::resolve(IGN.URI, MainFile); in update() local
293 auto AbsPath = getCanonicalPath(F, SM); in index() local
H A DSymbolCollector.cpp264 llvm::SmallString<256> AbsPath = Path; in toURIInternal() local
/llvm-project-15.0.7/clang/unittests/Serialization/
H A DModuleCacheTest.cpp44 SmallString<256> AbsPath(TestDir); in addFile() local
/llvm-project-15.0.7/clang-tools-extra/clangd/indexer/
H A DIndexerMain.cpp52 auto AbsPath = getCanonicalPath(F, SM); in create() local
/llvm-project-15.0.7/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp161 SmallString<128> AbsPath(AstPath); in HandleAST() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigCompile.cpp134 llvm::SmallString<256> AbsPath = llvm::StringRef(*Path); in makeAbsolute() local
374 auto AbsPath = makeAbsolute(std::move(*External.File), "File", in compile() local
391 auto AbsPath = makeAbsolute(std::move(*External.MountPoint), "MountPoint", in compile() local
H A DURI.cpp253 llvm::Expected<std::string> URI::resolvePath(llvm::StringRef AbsPath, in resolvePath()
H A DConfigProvider.cpp55 std::unique_ptr<Provider> Provider::fromYAMLFile(llvm::StringRef AbsPath, in fromYAMLFile()
H A DTidyProvider.cpp98 void apply(tidy::ClangTidyOptions &Result, PathRef AbsPath) { in apply()
H A DCompileCommands.cpp145 auto SiblingOf = [&](llvm::StringRef AbsPath) { in resolveDriver()
H A DProtocol.cpp45 URIForFile URIForFile::canonicalize(llvm::StringRef AbsPath, in canonicalize()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DURITests.cpp166 std::string resolvePathOrDie(llvm::StringRef AbsPath, in resolvePathOrDie()
H A DBackgroundIndexTests.cpp551 for (llvm::StringRef AbsPath : MSS.AccessedPaths.keys()) { in TEST_F() local
/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp553 llvm::SmallString<128> AbsPath(FileName); in fillRealPathName() local
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp496 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp1357 SmallString<128> AbsPath; in readConfigFile() local