Searched defs:CallEvent (Results 1 - 1 of 1) sorted by path

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1 //===- CallEvent.h - Wrapper for all function and method calls ----*- C++ -*--//
10 /// \file This file defines CallEvent and its subclasses, which represent path-
49 class CallEvent;
52 template<typename T = CallEvent>
110 /// CallEventManager to be able to re-use CallEvent-sized memory blocks,
111 /// subclasses of CallEvent may not add any data members to the base class.
113 class CallEvent { class in namespace:clang::ento
122 void operator=(const CallEvent &) LLVM_DELETED_FUNCTION;
143 CallEvent(const Expr *E, ProgramStateRef state, const LocationContext *lctx) function in class:clang::ento::CallEvent
146 CallEvent(cons function in class:clang::ento::CallEvent
150 CallEvent(const CallEvent &Original) function in class:clang::ento::CallEvent
[all...]

Completed in 369 milliseconds