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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h77 class CallEventRef : public IntrusiveRefCntPtr<const T> { class in namespace:clang::ento
79 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {} function in class:clang::ento::CallEventRef
80 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} function in class:clang::ento::CallEventRef
[all...]

Completed in 107 milliseconds