Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1471 const Stmt *CurStmt = SP->getStmt(); in VisitNode() local
1472 if (!CurStmt->getBeginLoc().isMacroID()) in VisitNode()
1476 CurTerminatorStmt = Map->getBlock(CurStmt)->getTerminator(); in VisitNode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5144 Stmt *CurStmt = AStmt->IgnoreContainers(/* IgnoreCaptured */ true); in checkOpenMPLoop() local
5147 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop()
5157 CurStmt = cast<ForStmt>(CurStmt)->getBody()->IgnoreContainers(); in checkOpenMPLoop()
5161 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop()
5178 CurStmt = cast<ForStmt>(CurStmt)->getBody()->IgnoreContainers(); in checkOpenMPLoop()