clang API Documentation

Public Member Functions | Static Public Member Functions
clang::analyze_printf::PrintfConversionSpecifier Class Reference

#include <FormatString.h>

Inheritance diagram for clang::analyze_printf::PrintfConversionSpecifier:
Inheritance graph
[legend]
Collaboration diagram for clang::analyze_printf::PrintfConversionSpecifier:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PrintfConversionSpecifier ()
 PrintfConversionSpecifier (const char *pos, Kind k)
bool isObjCArg () const
bool isDoubleArg () const
unsigned getLength () const

Static Public Member Functions

static bool classof (const analyze_format_string::ConversionSpecifier *CS)

Detailed Description

Definition at line 393 of file FormatString.h.


Constructor & Destructor Documentation

Definition at line 396 of file FormatString.h.

Definition at line 399 of file FormatString.h.


Member Function Documentation

Reimplemented from clang::analyze_format_string::ConversionSpecifier.

Definition at line 405 of file FormatString.h.


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