Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h61 struct ParsedSourceRange { struct
79 static Optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() argument
101 return ParsedSourceRange{std::move(Begin.FileName), in fromString()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp114 SourceRangeSelectionArgument(ParsedSourceRange Range) in SourceRangeSelectionArgument()
143 ParsedSourceRange Range;
157 Optional<ParsedSourceRange> Range = ParsedSourceRange::fromString(Value); in fromString()