Lines Matching refs:CurrentFunction
1782 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anondf82a8a61111::ThreadSafetyReporter
1786 if (Verbose && CurrentFunction) { in getNotes()
1787 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1789 << CurrentFunction); in getNotes()
1797 if (Verbose && CurrentFunction) { in getNotes()
1798 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1800 << CurrentFunction); in getNotes()
1811 if (Verbose && CurrentFunction) { in getNotes()
1812 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1814 << CurrentFunction); in getNotes()
1838 CurrentFunction(nullptr), Verbose(false) {} in ThreadSafetyReporter()
2047 CurrentFunction = FD; in enterFunction()
2051 CurrentFunction = nullptr; in leaveFunction()