Lines Matching refs:CurrentFunction
1477 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anon6dec69460e11::ThreadSafetyReporter
1481 if (Verbose && CurrentFunction) { in getNotes()
1482 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes()
1484 << CurrentFunction->getNameAsString()); in getNotes()
1492 if (Verbose && CurrentFunction) { in getNotes()
1493 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes()
1495 << CurrentFunction->getNameAsString()); in getNotes()
1506 if (Verbose && CurrentFunction) { in getNotes()
1507 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes()
1509 << CurrentFunction->getNameAsString()); in getNotes()
1529 CurrentFunction(nullptr), Verbose(false) {} in ThreadSafetyReporter()
1724 CurrentFunction = FD; in enterFunction()
1728 CurrentFunction = nullptr; in leaveFunction()