Home
last modified time | relevance | path

Searched refs:TargetPath (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DHeaderSourceSwitch.cpp87 if (auto TargetPath = URI::resolve(TargetURI, OriginalFile)) { in getCorrespondingHeaderOrSource() local
88 if (*TargetPath != OriginalFile) // exclude the original file. in getCorrespondingHeaderOrSource()
89 ++Candidates[*TargetPath]; in getCorrespondingHeaderOrSource()
91 elog("Failed to resolve URI {0}: {1}", TargetURI, TargetPath.takeError()); in getCorrespondingHeaderOrSource()
/external/llvm-project/clang-tools-extra/modularize/
DPreprocessorTracker.h60 llvm::StringRef TargetPath) = 0;
DPreprocessorTracker.cpp817 llvm::StringRef TargetPath) override { in handleIncludeDirective() argument
820 if (BlockCheckHeaderListOnly && !isHeaderListHeader(TargetPath)) in handleIncludeDirective()
823 StringHandle IncludeHeaderHandle = addString(TargetPath); in handleIncludeDirective()