Searched refs:CurrentFunction (Results 1 – 3 of 3) sorted by relevance
1801 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anon54a1acb01111::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 …]
1011 const FunctionDecl *CurrentFunction; member in __anonfc9fb0060a11::ThreadSafetyAnalyzer1248 if (!isa_and_nonnull<CXXMethodDecl>(CurrentFunction)) in inCurrentScope()1251 return VD->getDeclContext() == CurrentFunction->getDeclContext(); in inCurrentScope()2153 if (Analyzer->CurrentFunction == nullptr) in VisitReturnStmt()2162 Analyzer->CurrentFunction->getReturnType().getCanonicalType(); in VisitReturnStmt()2280 CurrentFunction = dyn_cast<FunctionDecl>(D); in runAnalysis()2294 Handler.enterFunction(CurrentFunction); in runAnalysis()2534 Handler.leaveFunction(CurrentFunction); in runAnalysis()
8186 Function *CurrentFunction = Builder.GetInsertBlock()->getParent(); in createTeams() local8189 BasicBlock &OuterAllocaBB = CurrentFunction->getEntryBlock(); in createTeams()