Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1782 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anondf82a8a61111::ThreadSafetyReporter
1786 if (Verbose && CurrentFunction) { in getNotes()
1787 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1789 << CurrentFunction); in getNotes()
1797 if (Verbose && CurrentFunction) { in getNotes()
1798 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1800 << CurrentFunction); in getNotes()
1811 if (Verbose && CurrentFunction) { in getNotes()
1812 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1814 << CurrentFunction); in getNotes()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp2282 const auto *CurrentFunction = dyn_cast<FunctionDecl>(D); in runAnalysis() local
2297 Handler.enterFunction(CurrentFunction); in runAnalysis()
2551 Handler.leaveFunction(CurrentFunction); in runAnalysis()