Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h55 bool isPPIfElse() { return RangeKind == PPIfElse; } in isPPIfElse() function
H A DCoverageMappingGen.cpp494 else if (I.isPPIfElse() || I.isEmptyLine()) in gatherSkippedRegions()