clang
9.0.0
|
An immutable map from CallDescriptions to arbitrary data. More...
#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
Public Member Functions | |
CallDescriptionMap (std::initializer_list< std::pair< CallDescription, T >> &&List) | |
~CallDescriptionMap ()=default | |
CallDescriptionMap (const CallDescriptionMap &)=delete | |
CallDescriptionMap & | operator= (const CallDescription &)=delete |
const T * | lookup (const CallEvent &Call) const |
An immutable map from CallDescriptions to arbitrary data.
Provides a unified way for checkers to react on function calls.
Definition at line 1095 of file CallEvent.h.
|
inline |
Definition at line 1104 of file CallEvent.h.
|
default |
|
delete |
|
inline |
Definition at line 1115 of file CallEvent.h.
|
delete |