clang  3.9.0
Macros
OpenMPClause.cpp File Reference
#include "clang/AST/OpenMPClause.h"
#include "clang/AST/ASTContext.h"
#include "clang/Basic/OpenMPKinds.def"
Include dependency graph for OpenMPClause.cpp:

Go to the source code of this file.

Macros

#define OPENMP_CLAUSE(Name, Class)
 

Macro Definition Documentation

#define OPENMP_CLAUSE (   Name,
  Class 
)
Value:
case OMPC_##Name: \
return static_cast<Class *>(this)->children();
return(__x >> __y)|(__x<< (32-__y))
class LLVM_ALIGNAS(8) DependentTemplateSpecializationType const IdentifierInfo * Name
Represents a template specialization type whose template cannot be resolved, e.g. ...
Definition: Type.h:4549
child_range children()