Searched refs:callEnterWithin (Results 1 – 4 of 4) sorted by relevance
326 callEnterWithin = call->getCallEnterWithinCallerEvent(); in FlushDiagnosticsImpl() local327 if (callEnterWithin) in FlushDiagnosticsImpl()328 AddFID(FM, Fids, *SM, callEnterWithin->getLocation().asLocation()); in FlushDiagnosticsImpl()
134 if (!SMgr.isInMainFile(CP->callEnterWithin.asLocation())) in getFirstStackedCallToHeaderFile()305 FullSourceLoc X_CEWL = X.callEnterWithin.asLocation(); in compareCall()306 FullSourceLoc Y_CEWL = Y.callEnterWithin.asLocation(); in compareCall()903 callEnterWithin = PathDiagnosticLocation::createBegin(Callee, SM); in setCallee()994 if (!callEnterWithin.asLocation().isValid()) in getCallEnterWithinCallerEvent()1008 return new PathDiagnosticEventPiece(callEnterWithin, Out.str()); in getCallEnterWithinCallerEvent()
239 if (Call->callEnterWithin.asLocation().isValid() && in adjustCallLocations()241 ThisCallLocation = &Call->callEnterWithin; in adjustCallLocations()
573 PathDiagnosticLocation callEnterWithin; variable