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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h53 class CallEventRef : public IntrusiveRefCntPtr<const T> { class in namespace:clang::ento
55 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {} function in class:clang::ento::CallEventRef
56 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} function in class:clang::ento::CallEventRef
58 CallEventRef<T> cloneWithState(ProgramStateRef State) const {
62 // Allow implicit conversions to a superclass type, since CallEventRef
65 operator CallEventRef<SuperT> () const {
321 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
324 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
951 CallEventRef<>
[all...]

Completed in 75 milliseconds