#include "comma/ast/AstResource.h"
#include "comma/ast/AstRewriter.h"
#include "comma/ast/Decl.h"
#include "comma/ast/DeclRegion.h"
#include "comma/ast/DeclRewriter.h"
#include "comma/ast/Stmt.h"
#include "comma/ast/Type.h"
#include "llvm/Support/Casting.h"
#include <algorithm>
#include <cstring>
#include <cassert>
Go to the source code of this file.