Searched refs:CurrentFunction (Results 1 – 2 of 2) sorted by relevance
1777 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anon27fad7f21111::ThreadSafetyReporter1781 if (Verbose && CurrentFunction) { in getNotes()1782 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()1784 << CurrentFunction); in getNotes()1792 if (Verbose && CurrentFunction) { in getNotes()1793 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()1795 << CurrentFunction); in getNotes()1806 if (Verbose && CurrentFunction) { in getNotes()1807 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()1809 << CurrentFunction); in getNotes()[all …]
2243 const auto *CurrentFunction = dyn_cast<FunctionDecl>(D); in runAnalysis() local2258 Handler.enterFunction(CurrentFunction); in runAnalysis()2486 Handler.leaveFunction(CurrentFunction); in runAnalysis()