Home
last modified time | relevance | path

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

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