Home
last modified time | relevance | path

Searched defs:URI (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUriParser.h21 struct URI { struct
27 bool operator==(const URI &R) const { argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSarif.h76 std::string URI; variable
79 explicit SarifArtifactLocation(const std::string &URI) : URI(URI) {} in SarifArtifactLocation()
82 static SarifArtifactLocation create(llvm::StringRef URI) { in create()
/freebsd/usr.bin/tftp/
H A Dmain.c226 urihandling(char *URI) in urihandling()