Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp853 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local
855 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()
857 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp165 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local
171 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()
172 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()