clang 20.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 2186 of file Sema.h.

Member Data Documentation

◆ ArgPassingKind

FormatArgumentPassingKind clang::Sema::FormatStringInfo::ArgPassingKind

Definition at line 2189 of file Sema.h.

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

◆ FirstDataArg

unsigned clang::Sema::FormatStringInfo::FirstDataArg

Definition at line 2188 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: