clang 19.0.0git
Public Member Functions | List of all members
clang::ParsedAttributeArgumentsProperties Struct Reference

#include "clang/Sema/ParsedAttr.h"

Public Member Functions

 ParsedAttributeArgumentsProperties (uint32_t StringLiteralBits)
 
bool isStringLiteralArg (unsigned I) const
 

Detailed Description

Definition at line 926 of file ParsedAttr.h.

Constructor & Destructor Documentation

◆ ParsedAttributeArgumentsProperties()

clang::ParsedAttributeArgumentsProperties::ParsedAttributeArgumentsProperties ( uint32_t  StringLiteralBits)
inline

Definition at line 927 of file ParsedAttr.h.

Member Function Documentation

◆ isStringLiteralArg()

bool clang::ParsedAttributeArgumentsProperties::isStringLiteralArg ( unsigned  I) const
inline

Definition at line 929 of file ParsedAttr.h.


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