clang 20.0.0git
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
clang::OMPDeclareMapperDecl Class Referencefinal

This represents '#pragma omp declare mapper ...' directive. More...

#include "clang/AST/DeclOpenMP.h"

Inheritance diagram for clang::OMPDeclareMapperDecl:
Inheritance graph
[legend]

Public Types

using clauselist_iterator = MutableArrayRef< OMPClause * >::iterator
 
using clauselist_const_iterator = ArrayRef< const OMPClause * >::iterator
 
using clauselist_range = llvm::iterator_range< clauselist_iterator >
 
using clauselist_const_range = llvm::iterator_range< clauselist_const_iterator >
 
- Public Types inherited from clang::NamedDecl
enum  ExplicitVisibilityKind { VisibilityForType , VisibilityForValue }
 Kinds of explicit visibility. More...
 
- Public Types inherited from clang::Decl
enum  Kind
 Lists the kind of concrete classes of Decl. More...
 
enum  IdentifierNamespace {
  IDNS_Label = 0x0001 ,