Searched defs:CallEventRef (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h54 class CallEventRef : public IntrusiveRefCntPtr<const T> { class in namespace:clang::ento
56 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {} function in class:clang::ento::CallEventRef
57 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} function in class:clang::ento::CallEventRef
59 CallEventRef<T> cloneWithState(ProgramStateRef State) const {
63 // Allow implicit conversions to a superclass type, since CallEventRef
66 operator CallEventRef<SuperT> () const {
285 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
288 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
905 CallEventRef<>
[all...]

Completed in 52 milliseconds