clang 19.0.0git
Classes | Namespaces | Typedefs
CallDescription.h File Reference
#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
 A CallDescription is a pattern that can be used to match calls based on the qualified name and the argument/parameter counts. 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
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::ento
 

Typedefs

using clang::ento::CDM = CallDescription::Mode
 Enumerators of this enum class are used to construct CallDescription objects; in that context the fully qualified name is needlessly verbose.