clang 19.0.0git
Public Attributes | List of all members
clang::Sema::FormatStringInfo Struct Reference

#include "clang/Sema/Sema.h"

Public Attributes

unsigned FormatIdx
 
unsigned FirstDataArg
 
FormatArgumentPassingKind ArgPassingKind
 

Detailed Description

Definition at line 1880 of file Sema.h.

Member Data Documentation

◆ ArgPassingKind

FormatArgumentPassingKind clang::Sema::FormatStringInfo::ArgPassingKind

Definition at line 1883 of file Sema.h.

Referenced by checkFormatStringExpr(), and clang::Sema::getFormatStringInfo().

◆ FirstDataArg

unsigned clang::Sema::FormatStringInfo::FirstDataArg

Definition at line 1882 of file Sema.h.

Referenced by clang::Sema::getFormatStringInfo().

◆ FormatIdx

unsigned clang::Sema::FormatStringInfo::FormatIdx

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