Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1777 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anon27fad7f21111::ThreadSafetyReporter
1781 if (Verbose && CurrentFunction) { in getNotes()
1782 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1784 << CurrentFunction); in getNotes()
1792 if (Verbose && CurrentFunction) { in getNotes()
1793 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1795 << CurrentFunction); in getNotes()
1806 if (Verbose && CurrentFunction) { in getNotes()
1807 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1809 << CurrentFunction); in getNotes()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp2243 const auto *CurrentFunction = dyn_cast<FunctionDecl>(D); in runAnalysis() local
2258 Handler.enterFunction(CurrentFunction); in runAnalysis()
2486 Handler.leaveFunction(CurrentFunction); in runAnalysis()