#include "clang/AST/ASTContext.h"
#include "clang/Rewrite/Core/Rewriter.h"
#include "llvm/ADT/APInt.h"
#include <optional>
#include "ClangCompat.h"
#include "InsightsStaticStrings.h"
#include "InsightsStrongTypes.h"
#include "InsightsUtility.h"
#include "OutputFormatHelper.h"
#include "StackList.h"
#include "CodeGeneratorTypes.h"
Go to the source code of this file.
|
#define | IGNORED_DECL(type) virtual void InsertArg(const type*) {} |
|
#define | IGNORED_STMT(type) virtual void InsertArg(const type*) {} |
|
#define | SUPPORTED_DECL(type) virtual void InsertArg(const type* stmt); |
|
#define | SUPPORTED_STMT(type) virtual void InsertArg(const type* stmt); |
|
◆ IGNORED_DECL
#define IGNORED_DECL |
( |
|
type | ) |
virtual void InsertArg(const type*) {} |
◆ IGNORED_STMT
#define IGNORED_STMT |
( |
|
type | ) |
virtual void InsertArg(const type*) {} |
◆ SUPPORTED_DECL
#define SUPPORTED_DECL |
( |
|
type | ) |
virtual void InsertArg(const type* stmt); |
◆ SUPPORTED_STMT
#define SUPPORTED_STMT |
( |
|
type | ) |
virtual void InsertArg(const type* stmt); |