Home
last modified time | relevance | path

Searched refs:CurrentFunction (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1451 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()
[all …]
/external/clang/lib/Analysis/
DThreadSafety.cpp2100 const FunctionDecl *CurrentFunction = dyn_cast<FunctionDecl>(D); in runAnalysis() local
2115 Handler.enterFunction(CurrentFunction); in runAnalysis()
2376 Handler.leaveFunction(CurrentFunction); in runAnalysis()