clang 20.0.0git
Classes | Namespaces | Macros
APSIntPtr.h File Reference
#include "llvm/ADT/APSInt.h"
#include "llvm/Support/Compiler.h"

Go to the source code of this file.

Classes

class  clang::ento::APSIntPtr
 A safe wrapper around APSInt objects allocated and owned by BasicValueFactory. More...
 

Namespaces

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

Macros

#define DEFINE_OPERATOR(OP)    bool operator OP(APSIntPtr Other) const { return (*Ptr)OP(*Other.Ptr); }
 

Macro Definition Documentation

◆ DEFINE_OPERATOR

#define DEFINE_OPERATOR (   OP)     bool operator OP(APSIntPtr Other) const { return (*Ptr)OP(*Other.Ptr); }

Definition at line 42 of file APSIntPtr.h.