Chisel
Typedefs
LocalReduction.cpp File Reference
#include "LocalReduction.h"
#include <spdlog/spdlog.h>
#include "clang/Lex/Lexer.h"
#include "FileManager.h"
#include "OptionManager.h"
#include "Profiler.h"

Typedefs

using BinaryOperator = clang::BinaryOperator
 
using BreakStmt = clang::BreakStmt
 
using CallExpr = clang::CallExpr
 
using ContinueStmt = clang::ContinueStmt
 
using CompoundStmt = clang::CompoundStmt
 
using DeclGroupRef = clang::DeclGroupRef
 
using DeclStmt = clang::DeclStmt
 
using FunctionDecl = clang::FunctionDecl
 
using GotoStmt = clang::GotoStmt
 
using IfStmt = clang::IfStmt
 
using LabelStmt = clang::LabelStmt
 
using ReturnStmt = clang::ReturnStmt
 
using SourceRange = clang::SourceRange
 
using SourceLocation = clang::SourceLocation
 
using Stmt = clang::Stmt
 
using UnaryOperator = clang::UnaryOperator
 
using WhileStmt = clang::WhileStmt
 
using VarDecl = clang::VarDecl
 
using Decl = clang::Decl
 
using LabelDecl = clang::LabelDecl
 
using Expr = clang::Expr
 
using DeclRefExpr = clang::DeclRefExpr
 
using ForStmt = clang::ForStmt
 
using SwitchStmt = clang::SwitchStmt
 
using DoStmt = clang::DoStmt
 

Typedef Documentation

using BinaryOperator = clang::BinaryOperator
using BreakStmt = clang::BreakStmt
using CallExpr = clang::CallExpr
using CompoundStmt = clang::CompoundStmt
using ContinueStmt = clang::ContinueStmt
using Decl = clang::Decl
using DeclGroupRef = clang::DeclGroupRef
using DeclRefExpr = clang::DeclRefExpr
using DeclStmt = clang::DeclStmt
using DoStmt = clang::DoStmt
using Expr = clang::Expr
using ForStmt = clang::ForStmt
using FunctionDecl = clang::FunctionDecl
using GotoStmt = clang::GotoStmt
using IfStmt = clang::IfStmt
using LabelDecl = clang::LabelDecl
using LabelStmt = clang::LabelStmt
using ReturnStmt = clang::ReturnStmt
using SourceLocation = clang::SourceLocation
using SourceRange = clang::SourceRange
using Stmt = clang::Stmt
using SwitchStmt = clang::SwitchStmt
using UnaryOperator = clang::UnaryOperator
using VarDecl = clang::VarDecl
using WhileStmt = clang::WhileStmt