Searched refs:CurrentFunction (Results 1 – 2 of 2) sorted by relevance
1604 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anon1610bc2a1011::ThreadSafetyReporter1608 if (Verbose && CurrentFunction) { in getNotes()1609 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()1611 << CurrentFunction); in getNotes()1619 if (Verbose && CurrentFunction) { in getNotes()1622 << CurrentFunction); in getNotes()1633 if (Verbose && CurrentFunction) { in getNotes()1636 << CurrentFunction); in getNotes()1656 CurrentFunction(nullptr), Verbose(false) {} in ThreadSafetyReporter()1850 CurrentFunction = FD; in enterFunction()[all …]
2265 const auto *CurrentFunction = dyn_cast<FunctionDecl>(D); in runAnalysis() local2280 Handler.enterFunction(CurrentFunction); in runAnalysis()2541 Handler.leaveFunction(CurrentFunction); in runAnalysis()