clang 22.0.0git
FunctionSummary.h File Reference
#include "clang/AST/Decl.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/SmallBitVector.h"
#include <cassert>
#include <deque>
#include <optional>
#include <utility>

Go to the source code of this file.

Classes

class  clang::ento::FunctionSummariesTy

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  clang::ento

Typedefs

using clang::ento::SetOfDecls = std::deque<Decl *>
using clang::ento::SetOfConstDecls = llvm::DenseSet<const Decl *>