Lines Matching refs:CurrentFunction
1773 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter
1777 if (Verbose && CurrentFunction) { in getNotes()
1778 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1780 << CurrentFunction); in getNotes()
1788 if (Verbose && CurrentFunction) { in getNotes()
1789 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1791 << CurrentFunction); in getNotes()
1802 if (Verbose && CurrentFunction) { in getNotes()
1803 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1805 << CurrentFunction); in getNotes()
1829 CurrentFunction(nullptr), Verbose(false) {} in ThreadSafetyReporter()
2037 CurrentFunction = FD; in enterFunction()
2041 CurrentFunction = nullptr; in leaveFunction()