Searched refs:CurrentFunction (Results 1 – 2 of 2) sorted by relevance
1782 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anon363ca66f1111::ThreadSafetyReporter1786 if (Verbose && CurrentFunction) { in getNotes()1787 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()1789 << CurrentFunction); in getNotes()1797 if (Verbose && CurrentFunction) { in getNotes()1800 << CurrentFunction); in getNotes()1811 if (Verbose && CurrentFunction) { in getNotes()1814 << CurrentFunction); in getNotes()1838 CurrentFunction(nullptr), Verbose(false) {} in ThreadSafetyReporter()2047 CurrentFunction = FD; in enterFunction()[all …]
2299 const auto *CurrentFunction = dyn_cast<FunctionDecl>(D); in runAnalysis() local2314 Handler.enterFunction(CurrentFunction); in runAnalysis()2568 Handler.leaveFunction(CurrentFunction); in runAnalysis()