15#ifndef LLVM_CLANG_STATICANALYZER_FRONTEND_MODELCONSUMER_H
16#define LLVM_CLANG_STATICANALYZER_FRONTEND_MODELCONSUMER_H
19#include "llvm/ADT/StringMap.h"
38 llvm::StringMap<Stmt *> &Bodies;
ASTConsumer - This is an abstract interface that should be implemented by clients that read ASTs.
ASTConsumer to consume model files' AST.
bool HandleTopLevelDecl(DeclGroupRef D) override
HandleTopLevelDecl - Handle the specified top-level declaration.
The JSON file list parser is used to communicate input to InstallAPI.