Searched refs:CurrentFunction (Results 1 – 3 of 3) sorted by relevance
1801 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anon1607c2311111::ThreadSafetyReporter1805 if (Verbose && CurrentFunction) { in getNotes()1806 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()1808 << CurrentFunction); in getNotes()1816 if (Verbose && CurrentFunction) { in getNotes()1819 << CurrentFunction); in getNotes()1830 if (Verbose && CurrentFunction) { in getNotes()1833 << CurrentFunction); in getNotes()1857 CurrentFunction(nullptr), Verbose(false) {} in ThreadSafetyReporter()2077 CurrentFunction = FD; in enterFunction()[all …]
1011 const FunctionDecl *CurrentFunction; member in __anoneb5110e70a11::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()
6223 Function *CurrentFunction = Builder.GetInsertBlock()->getParent(); in createTeams() local6226 BasicBlock &OuterAllocaBB = CurrentFunction->getEntryBlock(); in createTeams()