Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp202 Optional<unsigned> getCoverageFileID(SourceLocation Loc) { in getCoverageFileID() function in __anon89523c590111::CoverageMappingBuilder
232 auto CovFileID = getCoverageFileID(LocStart); in gatherSkippedRegions()
262 auto CovFileID = getCoverageFileID(LocStart); in emitSourceRegions()
292 auto ParentFileID = getCoverageFileID(ParentLoc); in emitExpansionRegions()
295 auto ExpandedFileID = getCoverageFileID(ExpandedLoc); in emitExpansionRegions()
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp319 Optional<unsigned> getCoverageFileID(SourceLocation Loc) { in getCoverageFileID() function in __anon8ce2bf070211::CoverageMappingBuilder
373 auto CovFileID = getCoverageFileID(LocStart); in gatherSkippedRegions()
404 auto CovFileID = getCoverageFileID(LocStart); in emitSourceRegions()
445 auto ParentFileID = getCoverageFileID(ParentLoc); in emitExpansionRegions()
448 auto ExpandedFileID = getCoverageFileID(ExpandedLoc); in emitExpansionRegions()