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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1944 ProgramPoint CurPoint = Succ->getLocation();
1946 if (auto BE = CurPoint.getAs<BlockEdge>()) {
1948 } else if (auto SP = CurPoint.getAs<StmtPoint>()) {
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp187 CodeGenFunction::JumpDest CurPoint = local
193 CGF.EmitBranchThroughCleanup(CurPoint);
194 CGF.EmitBlock(CurPoint.getBlock());

Completed in 147 milliseconds