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 30 of file DirectiveEmitter.h.

Constructor & Destructor Documentation

◆ DirectiveLanguage()

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

Definition at line 32 of file DirectiveEmitter.h.

Member Function Documentation

◆ getAssociations()

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

Definition at line 67 of file DirectiveEmitter.h.

◆ getCategories()

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

Definition at line 71 of file DirectiveEmitter.h.

◆ getClauseEnumSetClass()

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

Definition at line 51 of file DirectiveEmitter.h.

◆ getClausePrefix()

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

Definition at line 47 of file DirectiveEmitter.h.

◆ getClauses()

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

Definition at line 83 of file DirectiveEmitter.h.

◆ getCppNamespace()

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

Definition at line 39 of file DirectiveEmitter.h.

◆ getDirectivePrefix()

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

Definition at line 43 of file DirectiveEmitter.h.

◆ getDirectives()

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

Definition at line 79 of file DirectiveEmitter.h.

◆ getFlangClauseBaseClass()

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

Definition at line 55 of file DirectiveEmitter.h.

◆ getName()

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

Definition at line 37 of file DirectiveEmitter.h.

◆ getSourceLanguages()

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

Definition at line 75 of file DirectiveEmitter.h.

◆ hasEnableBitmaskEnumInNamespace()

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

Definition at line 63 of file DirectiveEmitter.h.

◆ hasMakeEnumAvailableInNamespace()

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

Definition at line 59 of file DirectiveEmitter.h.

◆ HasValidityErrors()

bool llvm::DirectiveLanguage::HasValidityErrors ( ) const

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