Searched refs:TargetPath (Results 1 – 3 of 3) sorted by relevance
87 if (auto TargetPath = URI::resolve(TargetURI, OriginalFile)) { in getCorrespondingHeaderOrSource() local88 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()
60 llvm::StringRef TargetPath) = 0;
817 llvm::StringRef TargetPath) override { in handleIncludeDirective() argument820 if (BlockCheckHeaderListOnly && !isHeaderListHeader(TargetPath)) in handleIncludeDirective()823 StringHandle IncludeHeaderHandle = addString(TargetPath); in handleIncludeDirective()