Lines Matching refs:CurrentFunction
1451 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anon75d552dd0e11::ThreadSafetyReporter
1455 if (Verbose && CurrentFunction) { in getNotes()
1456 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes()
1458 << CurrentFunction->getNameAsString()); in getNotes()
1466 if (Verbose && CurrentFunction) { in getNotes()
1467 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes()
1469 << CurrentFunction->getNameAsString()); in getNotes()
1480 if (Verbose && CurrentFunction) { in getNotes()
1481 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes()
1483 << CurrentFunction->getNameAsString()); in getNotes()
1503 CurrentFunction(nullptr), Verbose(false) {} in ThreadSafetyReporter()
1698 CurrentFunction = FD; in enterFunction()
1702 CurrentFunction = nullptr; in leaveFunction()