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

/external/clang/include/clang/Analysis/
H A DProgramPoint.h489 /// CallExitBegin and CallExitEnd. The following operations occur between the
491 /// - CallExitBegin
495 class CallExitBegin : public ProgramPoint { class in namespace:clang
497 // CallExitBegin uses the callee's location context.
498 CallExitBegin(const StackFrameContext *L) function in class:clang::CallExitBegin
507 /// \sa CallExitBegin

Completed in 91 milliseconds