/llvm-project/clang/unittests/Serialization/ |
H A D | VarDeclConstantInitTest.cpp | 42 SmallString<256> AbsPath(TestDir); in addFile() local
|
H A D | ForceCheckFileInputTest.cpp | 44 SmallString<256> AbsPath(TestDir); in addFile() local
|
H A D | NoCommentsTest.cpp | 43 SmallString<256> AbsPath(TestDir); in addFile() local
|
H A D | PreambleInNamedModulesTest.cpp | 36 void addFile(StringRef Path, StringRef Contents, PathType &AbsPath) { in addFile() argument
|
H A D | ModuleCacheTest.cpp | 45 SmallString<256> AbsPath(TestDir); in addFile() local
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | BackgroundIndexLoader.cpp | 69 auto AbsPath = URI::resolve(It.getKey(), StartSourceFile); in loadShard() local
|
H A D | Background.cpp | 196 auto AbsPath = URI::resolve(IGN.URI, MainFile); in update() local 296 auto AbsPath = getCanonicalPath(*F, SM.getFileManager()); in index() local
|
H A D | SymbolCollector.cpp | 280 llvm::SmallString<256> AbsPath = Path; toURIInternal() local
|
/llvm-project/clang/unittests/Sema/ |
H A D | SemaNoloadLookupTest.cpp | 43 SmallString<256> AbsPath(TestDir); in addFile() local
|
/llvm-project/clang/tools/clang-extdef-mapping/ |
H A D | ClangExtDefMapGen.cpp | 166 SmallString<128> AbsPath(AstPath); in HandleAST() local
|
/llvm-project/clang-tools-extra/clangd/indexer/ |
H A D | IndexerMain.cpp | 62 auto AbsPath = getCanonicalPath(*F, SM.getFileManager()); in create() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | URITests.cpp | 166 std::string resolvePathOrDie(llvm::StringRef AbsPath, in resolvePathOrDie()
|
H A D | BackgroundIndexTests.cpp | 551 for (llvm::StringRef AbsPath : MSS.AccessedPaths.keys()) { in TEST_F() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ConfigCompile.cpp | 134 llvm::sys::fs::make_absolute(FragmentDirectory, AbsPath); in makeAbsolute() local 375 auto AbsPath = makeAbsolute(std::move(*External.File), "File", compile() local 392 auto AbsPath = makeAbsolute(std::move(*External.MountPoint), "MountPoint", compile() local [all...] |
H A D | URI.cpp | 252 llvm::Expected<std::string> URI::resolvePath(llvm::StringRef AbsPath, in resolvePath()
|
H A D | ConfigProvider.cpp | 56 std::unique_ptr<Provider> Provider::fromYAMLFile(llvm::StringRef AbsPath, in fromYAMLFile()
|
H A D | TidyProvider.cpp | 100 void apply(tidy::ClangTidyOptions &Result, PathRef AbsPath) { in apply() argument
|
H A D | CompileCommands.cpp | 146 auto SiblingOf = [&](llvm::StringRef AbsPath) { in resolveDriver() argument
|
H A D | Protocol.cpp | 46 URIForFile URIForFile::canonicalize(llvm::StringRef AbsPath, in canonicalize() argument
|
/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 521 llvm::SmallString<128> AbsPath(FileName); fillRealPathName() local
|
/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 603 String AbsPath{FilePath}; isIgnored() local
|
/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 538 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); run() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 856 std::optional<SmallString<128>> AbsPath; createOutputFileImpl() local
|
/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 1412 SmallString<128> AbsPath; readConfigFile() local
|