clang 22.0.0git
Macros
SemaOpenACCClauseAppertainment.cpp File Reference

This file implements conversions from the ACC.td from the backend to determine appertainment, required/etc. More...

#include "clang/Basic/DiagnosticSema.h"
#include "clang/Sema/SemaOpenACC.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/bit.h"
#include "llvm/Frontend/OpenACC/ACC.inc"
#include "clang/Basic/OpenACCClauses.def"

Go to the source code of this file.

Macros

#define GEN_CLANG_DIRECTIVE_CLAUSE_SETS
 
#define GEN_CLANG_DIRECTIVE_CLAUSE_MAP
 
#define VISIT_CLAUSE(NAME)
 
#define CLAUSE_ALIAS(ALIAS, NAME, DEPRECATED)
 

Detailed Description

This file implements conversions from the ACC.td from the backend to determine appertainment, required/etc.

Definition in file SemaOpenACCClauseAppertainment.cpp.

Macro Definition Documentation

◆ CLAUSE_ALIAS

#define CLAUSE_ALIAS (   ALIAS,
  NAME,
  DEPRECATED 
)
Value:
case OpenACCClauseKind::ALIAS: \
return OpenACCClauseKind::NAME;

◆ GEN_CLANG_DIRECTIVE_CLAUSE_MAP

#define GEN_CLANG_DIRECTIVE_CLAUSE_MAP

◆ GEN_CLANG_DIRECTIVE_CLAUSE_SETS

#define GEN_CLANG_DIRECTIVE_CLAUSE_SETS

Definition at line 71 of file SemaOpenACCClauseAppertainment.cpp.

◆ VISIT_CLAUSE

#define VISIT_CLAUSE (   NAME)