clang 18.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/Compiler.h"
#include <optional>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::ento::CallDescription |
This class represents a description of a function call using the number of arguments and the name of the function. More... | |
class | clang::ento::CallDescriptionMap< T > |
An immutable map from CallDescriptions to arbitrary data. More... | |
class | clang::ento::CallDescriptionSet |
An immutable set of CallDescriptions. More... | |
Namespaces | |
namespace | clang |
namespace | clang::ento |
Enumerations | |
enum | clang::ento::CallDescriptionFlags : unsigned { clang::ento::CDF_None = 0 , clang::ento::CDF_MaybeBuiltin = 1 << 0 } |