Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h35 PPIfElse, // Preprocessor #if/#else ... enumerator
50 bool isPPIfElse() { return RangeKind == PPIfElse; } in isPPIfElse()
H A DCoverageMappingGen.cpp80 AddSkippedRange(Range, SkippedRange::PPIfElse); in SourceRangeSkipped()