Home
last modified time | relevance | path

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

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