clang API Documentation

Defines | Functions
StmtProfile.cpp File Reference
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/ExprObjC.h"
#include "clang/AST/StmtVisitor.h"
#include "llvm/ADT/FoldingSet.h"
#include "clang/AST/StmtNodes.inc"
#include "clang/Basic/OpenMPKinds.def"
Include dependency graph for StmtProfile.cpp:

Go to the source code of this file.

Defines

#define STMT(Node, Base)   void Visit##Node(const Node *S);
#define OPENMP_CLAUSE(Name, Class)   void Visit##Class(const Class *C);

Functions

static Stmt::StmtClass DecodeOperatorCall (const CXXOperatorCallExpr *S, UnaryOperatorKind &UnaryOp, BinaryOperatorKind &BinaryOp)

Define Documentation

#define OPENMP_CLAUSE (   Name,
  Class 
)    void Visit##Class(const Class *C);

Definition at line 266 of file StmtProfile.cpp.

#define STMT (   Node,
  Base 
)    void Visit##Node(const Node *S);

Definition at line 38 of file StmtProfile.cpp.


Function Documentation

static Stmt::StmtClass DecodeOperatorCall ( const CXXOperatorCallExpr S,
UnaryOperatorKind UnaryOp,
BinaryOperatorKind BinaryOp 
) [static]