Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h62 struct ParsedSourceRange { struct
80 static std::optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() argument
/llvm-project/clang/unittests/Frontend/
H A DParsedSourceLocationTest.cpp18 TEST(ParsedSourceRange, ParseTest) { in TEST() argument