Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp56 bool hasStartLoc() const { return LocStart.hasValue(); } in hasStartLoc() function in __anon89523c590111::SourceMappingRegion
420 if (Region.hasStartLoc()) { in popRegions()
530 if (!I.hasStartLoc()) in handleFileExit()
573 if (!Region.hasStartLoc()) in extendRegion()
826 if (Parent.hasStartLoc() && Parent.getStartLoc() == getStart(S)) in VisitSwitchCase()
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp121 bool hasStartLoc() const { return LocStart.hasValue(); } in hasStartLoc() function in __anon8ce2bf070211::SourceMappingRegion
656 if (Region.hasStartLoc()) { in popRegions()
818 if (!I.hasStartLoc()) in handleFileExit()
863 if (!Region.hasStartLoc()) in extendRegion()
1252 if (Parent.hasStartLoc() && Parent.getBeginLoc() == getStart(S)) in VisitSwitchCase()