16#ifndef LLVM_CLANG_ANALYSIS_CODEINJECTOR_H
17#define LLVM_CLANG_ANALYSIS_CODEINJECTOR_H
CodeInjector is an interface which is responsible for injecting AST of function definitions that may ...
virtual Stmt * getBody(const FunctionDecl *D)=0
virtual Stmt * getBody(const ObjCMethodDecl *D)=0
Represents a function declaration or definition.
ObjCMethodDecl - Represents an instance or class method declaration.
Stmt - This represents one statement.
The JSON file list parser is used to communicate input to InstallAPI.