Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1477 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()
[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()