1#ifndef _FIND_SIM_TIME_H_
2#define _FIND_SIM_TIME_H_
5#include "clang/AST/DeclCXX.h"
6#include "clang/AST/PrettyPrinter.h"
7#include "clang/AST/RecursiveASTVisitor.h"
8#include "llvm/Support/raw_ostream.h"
27 llvm::raw_ostream &
os_;
A set of utility functions in the Utility class.
map< string, string > simulationTimeMapType
pair< string, string > simulationTimePairType
simulationTimeMapType simulation_time_
virtual bool VisitCallExpr(CallExpr *c)
FindSimTime(FunctionDecl *, llvm::raw_ostream &)
simulationTimeMapType returnSimTime()
Clang forward declarations.