clang 19.0.0git
Public Member Functions | List of all members
llvm::cl::parser< clang::ParsedSourceLocation > Class Referencefinal

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

#include "clang/Frontend/CommandLineSourceLoc.h"

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

Public Member Functions

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

Detailed Description

Command-line option parser that parses source locations.

Source locations are of the form filename:line:column.

Definition at line 115 of file CommandLineSourceLoc.h.

Member Function Documentation

◆ parse()

bool llvm::cl::parser< clang::ParsedSourceLocation >::parse ( Option &  O,
StringRef  ArgName,
StringRef  ArgValue,
clang::ParsedSourceLocation Val 
)
inline

Definition at line 123 of file CommandLineSourceLoc.h.

References clang::ParsedSourceLocation::FileName.


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