Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h55 struct ParsedSourceRange { struct
73 static Optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() argument
95 return ParsedSourceRange{std::move(Begin.FileName), in fromString()