Home | History | Annotate | Download | only in Core

Lines Matching refs:CEE

175       if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>())
176 if (CEE->getCalleeContext()->getCallSite() == S)
192 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>();
193 if (!CEE)
196 const StackFrameContext *CalleeContext = CEE->getCalleeContext();
923 } else if (Optional<CallExitEnd> CEE = pp.getAs<CallExitEnd>()) {
924 if (CEE->getCalleeContext()->getCallSite() == S ||
925 CEE->getCalleeContext()->getCallSite() == Inner)