Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1768 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local
1770 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()
1772 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp185 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local
191 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()
192 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()