clang 22.0.0git
clang::ParsedSourceLocation Struct Reference

A source location that has been parsed on the command line. More...

#include "clang/Frontend/CommandLineSourceLoc.h"

Public Member Functions

std::string ToString () const
 Serialize ParsedSourceLocation back to a string.

Static Public Member Functions

static ParsedSourceLocation FromString (StringRef Str)
 Construct a parsed source location from a string; the Filename is empty on error.

Public Attributes

std::string FileName
unsigned Line
unsigned Column

Detailed Description

A source location that has been parsed on the command line.

Definition at line 25 of file CommandLineSourceLoc.h.

Member Function Documentation

◆ FromString()

ParsedSourceLocation clang::ParsedSourceLocation::FromString ( StringRef Str)
inlinestatic

Construct a parsed source location from a string; the Filename is empty on error.

Definition at line 35 of file CommandLineSourceLoc.h.

References Column, FileName, and Line.

Referenced by clang::ParsedSourceRange::fromString(), llvm::cl::parser< clang::ParsedSourceLocation >::parse(), and ParseFrontendArgs().

◆ ToString()

std::string clang::ParsedSourceLocation::ToString ( ) const
inline

Serialize ParsedSourceLocation back to a string.

Definition at line 57 of file CommandLineSourceLoc.h.

References Column, FileName, and Line.

Referenced by GenerateFrontendArgs().

Member Data Documentation

◆ Column

unsigned clang::ParsedSourceLocation::Column

◆ FileName

◆ Line


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