clang 23.0.0git
clang::LateParsedAttrList Class Reference

#include "clang/Sema/DeclSpec.h"

Inheritance diagram for clang::LateParsedAttrList:
[legend]

Public Member Functions

 LateParsedAttrList (bool PSoon=false, bool LateAttrParseExperimentalExtOnly=false, bool LateAttrParseTypeAttrOnly=false)
bool parseSoon () const
bool lateAttrParseExperimentalExtOnly () const
 returns true iff the attribute to be parsed should only be late parsed if it is annotated with LateAttrParseExperimentalExt
bool lateAttrParseTypeAttrOnly () const

Detailed Description

Definition at line 1255 of file DeclSpec.h.

Constructor & Destructor Documentation

◆ LateParsedAttrList()

clang::LateParsedAttrList::LateParsedAttrList ( bool PSoon = false,
bool LateAttrParseExperimentalExtOnly = false,
bool LateAttrParseTypeAttrOnly = false )
inline

Definition at line 1257 of file DeclSpec.h.

Member Function Documentation

◆ lateAttrParseExperimentalExtOnly()

bool clang::LateParsedAttrList::lateAttrParseExperimentalExtOnly ( ) const
inline

returns true iff the attribute to be parsed should only be late parsed if it is annotated with LateAttrParseExperimentalExt

Definition at line 1267 of file DeclSpec.h.

◆ lateAttrParseTypeAttrOnly()

bool clang::LateParsedAttrList::lateAttrParseTypeAttrOnly ( ) const
inline

Definition at line 1271 of file DeclSpec.h.

◆ parseSoon()

bool clang::LateParsedAttrList::parseSoon ( ) const
inline

Definition at line 1264 of file DeclSpec.h.


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