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

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

Completed in 77 milliseconds