clang 19.0.0git
Functions
Transforms.cpp File Reference
#include "Transforms.h"
#include "Internals.h"
#include "clang/ARCMigrate/ARCMT.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Analysis/DomainSpecific/CocoaConventions.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Lex/Lexer.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Sema/Sema.h"

Go to the source code of this file.

Functions

static void GCRewriteFinalize (MigrationPass &pass)
 
static void traverseAST (MigrationPass &pass)
 
static void independentTransforms (MigrationPass &pass)
 

Function Documentation

◆ GCRewriteFinalize()

static void GCRewriteFinalize ( MigrationPass pass)
static

◆ independentTransforms()

static void independentTransforms ( MigrationPass pass)
static

◆ traverseAST()

static void traverseAST ( MigrationPass pass)
static