clang 24.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 1308 of file DeclSpec.h.

Constructor & Destructor Documentation

◆ LateParsedAttrList()

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

Definition at line 1310 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 1320 of file DeclSpec.h.

◆ lateAttrParseTypeAttrOnly()

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

Definition at line 1324 of file DeclSpec.h.

◆ parseSoon()

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

Definition at line 1317 of file DeclSpec.h.


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