Searched refs:CurrentFunction (Results 1 – 2 of 2) sorted by relevance
1782 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anondf82a8a61111::ThreadSafetyReporter1786 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()[all …]
2282 const auto *CurrentFunction = dyn_cast<FunctionDecl>(D); in runAnalysis() local2297 Handler.enterFunction(CurrentFunction); in runAnalysis()2551 Handler.leaveFunction(CurrentFunction); in runAnalysis()