Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h84 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {} in CallEventRef() function
85 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef() function