Searched defs:ParsedSourceLocation (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h25 struct ParsedSourceLocation { struct in namespace:clang
33 static ParsedSourceLocation FromString(StringRef Str) {
34 ParsedSourceLocation PSL;
62 class parser<clang::ParsedSourceLocation>
63 : public basic_parser<clang::ParsedSourceLocation> {
66 clang::ParsedSourceLocation &Val);
70 parser<clang::ParsedSourceLocation>::
72 clang::ParsedSourceLocation &Val) {
75 Val = ParsedSourceLocation::FromString(ArgValue);

Completed in 149 milliseconds