clang API Documentation

Public Member Functions
llvm::cl::parser< clang::ParsedSourceLocation > Class Template Reference

Command-line option parser that parses source locations. More...

#include <CommandLineSourceLoc.h>

Inheritance diagram for llvm::cl::parser< clang::ParsedSourceLocation >:
Inheritance graph
[legend]
Collaboration diagram for llvm::cl::parser< clang::ParsedSourceLocation >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

bool parse (Option &O, StringRef ArgName, StringRef ArgValue, clang::ParsedSourceLocation &Val)

Detailed Description

template<>
class llvm::cl::parser< clang::ParsedSourceLocation >

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.


Member Function Documentation

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.


The documentation for this class was generated from the following file: