26 using namespace clang;
FunctionDecl - An instance of this class is created to represent a function declaration or definition...
StringRef getName() const
getName - Get the name of identifier for this declaration as a StringRef.
bool hasBody(const FunctionDecl *&Definition) const
Returns true if the function has a body (definition).
detail::InMemoryDirectory::const_iterator I
Stmt * getBody(const FunctionDecl *&Definition) const
getBody - Retrieve the body (definition) of the function.
bool HandleTopLevelDecl(DeclGroupRef D) override
HandleTopLevelDecl - Handle the specified top-level declaration.
This file implements clang::ento::ModelConsumer which is an ASTConsumer for model files...
detail::InMemoryDirectory::const_iterator E
ModelConsumer(llvm::StringMap< Stmt * > &Bodies)