LLVM 22.0.0git
llvm::DirectiveLanguage Class Reference

#include "llvm/TableGen/DirectiveEmitter.h"

Public Member Functions

 DirectiveLanguage (const RecordKeeper &Records)
StringRef getName () const
StringRef getCppNamespace () const
StringRef getDirectivePrefix () const
StringRef getClausePrefix () const
StringRef getClauseEnumSetClass () const
StringRef getFlangClauseBaseClass () const
bool hasMakeEnumAvailableInNamespace () const
bool hasEnableBitmaskEnumInNamespace () const
ArrayRef< const Record * > getAssociations () const
ArrayRef< const Record * > getCategories () const
ArrayRef< const Record * > getSourceLanguages () const
ArrayRef< const Record * > getDirectives () const
ArrayRef< const Record * > getClauses () const
bool HasValidityErrors () const

Detailed Description

Definition at line 31 of file DirectiveEmitter.h.

Constructor & Destructor Documentation

◆ DirectiveLanguage()

llvm::DirectiveLanguage::DirectiveLanguage ( const RecordKeeper & Records)
inlineexplicit

Definition at line 33 of file DirectiveEmitter.h.

Member Function Documentation

◆ getAssociations()

ArrayRef< const Record * > llvm::DirectiveLanguage::getAssociations ( ) const
inline

Definition at line 68 of file DirectiveEmitter.h.

◆ getCategories()

ArrayRef< const Record * > llvm::DirectiveLanguage::getCategories ( ) const
inline

Definition at line 72 of file DirectiveEmitter.h.

◆ getClauseEnumSetClass()

StringRef llvm::DirectiveLanguage::getClauseEnumSetClass ( ) const
inline

Definition at line 52 of file DirectiveEmitter.h.

◆ getClausePrefix()

StringRef llvm::DirectiveLanguage::getClausePrefix ( ) const
inline

Definition at line 48 of file DirectiveEmitter.h.

◆ getClauses()

ArrayRef< const Record * > llvm::DirectiveLanguage::getClauses ( ) const
inline

Definition at line 84 of file DirectiveEmitter.h.

◆ getCppNamespace()

StringRef llvm::DirectiveLanguage::getCppNamespace ( ) const
inline

Definition at line 40 of file DirectiveEmitter.h.

◆ getDirectivePrefix()

StringRef llvm::DirectiveLanguage::getDirectivePrefix ( ) const
inline

Definition at line 44 of file DirectiveEmitter.h.

◆ getDirectives()

ArrayRef< const Record * > llvm::DirectiveLanguage::getDirectives ( ) const
inline

Definition at line 80 of file DirectiveEmitter.h.

◆ getFlangClauseBaseClass()

StringRef llvm::DirectiveLanguage::getFlangClauseBaseClass ( ) const
inline

Definition at line 56 of file DirectiveEmitter.h.

◆ getName()

StringRef llvm::DirectiveLanguage::getName ( ) const
inline

Definition at line 38 of file DirectiveEmitter.h.

◆ getSourceLanguages()

ArrayRef< const Record * > llvm::DirectiveLanguage::getSourceLanguages ( ) const
inline

Definition at line 76 of file DirectiveEmitter.h.

◆ hasEnableBitmaskEnumInNamespace()

bool llvm::DirectiveLanguage::hasEnableBitmaskEnumInNamespace ( ) const
inline

Definition at line 64 of file DirectiveEmitter.h.

◆ hasMakeEnumAvailableInNamespace()

bool llvm::DirectiveLanguage::hasMakeEnumAvailableInNamespace ( ) const
inline

Definition at line 60 of file DirectiveEmitter.h.

◆ HasValidityErrors()

bool llvm::DirectiveLanguage::HasValidityErrors ( ) const

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