Searched refs:CurrentFunction (Results 1 – 2 of 2) sorted by relevance
1801 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anon9476153b1111::ThreadSafetyReporter1805 if (Verbose && CurrentFunction) { in getNotes()1806 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()1808 << CurrentFunction); in getNotes()1816 if (Verbose && CurrentFunction) { in getNotes()1817 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()1819 << CurrentFunction); in getNotes()1830 if (Verbose && CurrentFunction) { in getNotes()1831 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()1833 << CurrentFunction); in getNotes()[all …]
8186 Function *CurrentFunction = Builder.GetInsertBlock()->getParent(); in createTeams() local8189 BasicBlock &OuterAllocaBB = CurrentFunction->getEntryBlock(); in createTeams()