clang 22.0.0git
clang::Sema::FormatStringInfo Struct Reference

#include "clang/Sema/Sema.h"

Public Attributes

unsigned FormatIdx
unsigned FirstDataArg
FormatArgumentPassingKind ArgPassingKind

Detailed Description

Definition at line 2608 of file Sema.h.

Member Data Documentation

◆ ArgPassingKind

FormatArgumentPassingKind clang::Sema::FormatStringInfo::ArgPassingKind

Definition at line 2611 of file Sema.h.

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

◆ FirstDataArg

unsigned clang::Sema::FormatStringInfo::FirstDataArg

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