Searched refs:CurrentFunction (Results 1 – 2 of 2) sorted by relevance
1451 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anon75d552dd0e11::ThreadSafetyReporter1455 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()[all …]
2100 const FunctionDecl *CurrentFunction = dyn_cast<FunctionDecl>(D); in runAnalysis() local2115 Handler.enterFunction(CurrentFunction); in runAnalysis()2376 Handler.leaveFunction(CurrentFunction); in runAnalysis()