clang  3.7.0
Classes | Macros | Functions | Variables
Stmt.cpp File Reference
#include "clang/AST/ASTContext.h"
#include "clang/AST/ASTDiagnostic.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/ExprObjC.h"
#include "clang/AST/Stmt.h"
#include "clang/AST/StmtCXX.h"
#include "clang/AST/StmtObjC.h"
#include "clang/AST/StmtOpenMP.h"
#include "clang/AST/Type.h"
#include "clang/Basic/CharInfo.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Lex/Token.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/raw_ostream.h"
#include "clang/AST/StmtNodes.inc"
#include "clang/Basic/OpenMPKinds.def"
Include dependency graph for Stmt.cpp:

Go to the source code of this file.

Classes

struct  StmtClassNameTable
 

Macros

#define ABSTRACT_STMT(STMT)
 
#define STMT(CLASS, PARENT)
 
#define ASSERT_IMPLEMENTS_children(type)   (void) is_good(implements_children(&type::children))
 
#define ASSERT_IMPLEMENTS_getLocStart(type)   (void) is_good(implements_getLocStart(&type::getLocStart))
 
#define ASSERT_IMPLEMENTS_getLocEnd(type)   (void) is_good(implements_getLocEnd(&type::getLocEnd))
 
#define ABSTRACT_STMT(type)
 
#define STMT(type, base)
 
#define ABSTRACT_STMT(type)
 
#define STMT(type, base)
 
#define ABSTRACT_STMT(type)
 
#define STMT(type, base)
 
#define ABSTRACT_STMT(type)
 
#define STMT(type, base)
 
#define ABSTRACT_STMT(type)
 
#define STMT(type, base)
 
#define OPENMP_CLAUSE(Name, Class)   case OMPC_ ## Name : return static_cast<Class *>(this)->children();
 

Functions

static StmtClassNameTablegetStmtInfoTableEntry (Stmt::StmtClass E)
 
static LLVM_ATTRIBUTE_UNUSED void check_implementations ()
 
static StringRef copyIntoContext (const ASTContext &C, StringRef str)
 

Variables

static struct StmtClassNameTable StmtClassInfo [Stmt::lastStmtConstant+1]
 

Macro Definition Documentation

#define ABSTRACT_STMT (   STMT)
#define ABSTRACT_STMT (   type)
#define ABSTRACT_STMT (   type)
#define ABSTRACT_STMT (   type)
#define ABSTRACT_STMT (   type)
#define ABSTRACT_STMT (   type)
#define ASSERT_IMPLEMENTS_children (   type)    (void) is_good(implements_children(&type::children))

Definition at line 187 of file Stmt.cpp.

#define ASSERT_IMPLEMENTS_getLocEnd (   type)    (void) is_good(implements_getLocEnd(&type::getLocEnd))

Definition at line 191 of file Stmt.cpp.

#define ASSERT_IMPLEMENTS_getLocStart (   type)    (void) is_good(implements_getLocStart(&type::getLocStart))

Definition at line 189 of file Stmt.cpp.

#define OPENMP_CLAUSE (   Name,
  Class 
)    case OMPC_ ## Name : return static_cast<Class *>(this)->children();
#define STMT (   CLASS,
  PARENT 
)
Value:
StmtClassInfo[(unsigned)Stmt::CLASS##Class].Name = #CLASS; \
StmtClassInfo[(unsigned)Stmt::CLASS##Class].Size = sizeof(CLASS);
static struct StmtClassNameTable StmtClassInfo[Stmt::lastStmtConstant+1]
#define STMT (   type,
  base 
)
Value:
#define ASSERT_IMPLEMENTS_getLocStart(type)
Definition: Stmt.cpp:189
#define ASSERT_IMPLEMENTS_children(type)
Definition: Stmt.cpp:187
const internal::VariadicAllOfMatcher< Type > type
Matches Types in the clang AST.
Definition: ASTMatchers.h:1639
#define ASSERT_IMPLEMENTS_getLocEnd(type)
Definition: Stmt.cpp:191
#define STMT (   type,
  base 
)
Value:
case Stmt::type##Class: \
return static_cast<type*>(this)->children();
StmtRange children()
return(x >> y)|(x<< (32-y))
const internal::VariadicAllOfMatcher< Type > type
Matches Types in the clang AST.
Definition: ASTMatchers.h:1639
#define STMT (   type,
  base 
)
Value:
case Stmt::type##Class: \
return getSourceRangeImpl<type>(this, &type::getSourceRange);
return(x >> y)|(x<< (32-y))
const internal::VariadicAllOfMatcher< Type > type
Matches Types in the clang AST.
Definition: ASTMatchers.h:1639
#define STMT (   type,
  base 
)
Value:
case Stmt::type##Class: \
return static_cast<const type*>(this)->getLocStart();
return(x >> y)|(x<< (32-y))
const internal::VariadicAllOfMatcher< Type > type
Matches Types in the clang AST.
Definition: ASTMatchers.h:1639
#define STMT (   type,
  base 
)
Value:
case Stmt::type##Class: \
return static_cast<const type*>(this)->getLocEnd();
return(x >> y)|(x<< (32-y))
const internal::VariadicAllOfMatcher< Type > type
Matches Types in the clang AST.
Definition: ASTMatchers.h:1639

Function Documentation

static LLVM_ATTRIBUTE_UNUSED void check_implementations ( )
inlinestatic

Check whether the various Stmt classes implement their member functions.

Definition at line 198 of file Stmt.cpp.

static StringRef copyIntoContext ( const ASTContext C,
StringRef  str 
)
static

Definition at line 726 of file Stmt.cpp.

References AttributeLangSupport::C.

static StmtClassNameTable& getStmtInfoTableEntry ( Stmt::StmtClass  E)
static

Definition at line 36 of file Stmt.cpp.

References Initialized, and StmtClassInfo.

Variable Documentation

struct StmtClassNameTable StmtClassInfo[Stmt::lastStmtConstant+1]
static

Referenced by getStmtInfoTableEntry().