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