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 parseSoon ()
bool lateAttrParseExperimentalExtOnly ()
 returns true iff the attribute to be parsed should only be late parsed if it is annotated with LateAttrParseExperimentalExt

Detailed Description

Definition at line 1254 of file DeclSpec.h.

Constructor & Destructor Documentation

◆ LateParsedAttrList()

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

Definition at line 1256 of file DeclSpec.h.

Member Function Documentation

◆ lateAttrParseExperimentalExtOnly()

bool clang::LateParsedAttrList::lateAttrParseExperimentalExtOnly ( )
inline

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

Definition at line 1264 of file DeclSpec.h.

◆ parseSoon()

bool clang::LateParsedAttrList::parseSoon ( )
inline

Definition at line 1261 of file DeclSpec.h.


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