Lines Matching refs:CurrentFunction
1777 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anon27fad7f21111::ThreadSafetyReporter
1781 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()
1833 CurrentFunction(nullptr), Verbose(false) {} in ThreadSafetyReporter()
2041 CurrentFunction = FD; in enterFunction()
2045 CurrentFunction = nullptr; in leaveFunction()