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

/external/clang/include/clang/Analysis/
H A DProgramPoint.h616 /// CallExitBegin and CallExitEnd. The following operations occur between the
621 /// - CallExitEnd
638 class CallExitEnd : public ProgramPoint { class in namespace:clang
640 // CallExitEnd uses the caller's location context.
641 CallExitEnd(const StackFrameContext *CalleeCtx, function in class:clang::CallExitEnd
651 CallExitEnd() {} function in class:clang::CallExitEnd

Completed in 90 milliseconds