clang API Documentation
Command-line option parser that parses source locations. More...
#include <CommandLineSourceLoc.h>
Public Member Functions | |
bool | parse (Option &O, StringRef ArgName, StringRef ArgValue, clang::ParsedSourceLocation &Val) |
Command-line option parser that parses source locations.
Source locations are of the form filename:line:column.
Definition at line 62 of file CommandLineSourceLoc.h.
bool llvm::cl::parser< clang::ParsedSourceLocation >::parse | ( | Option & | O, |
StringRef | ArgName, | ||
StringRef | ArgValue, | ||
clang::ParsedSourceLocation & | Val | ||
) | [inline] |
Definition at line 71 of file CommandLineSourceLoc.h.
References clang::ParsedSourceLocation::FileName.