|
clang 22.0.0git
|
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CoverageMappingGen.h"
Public Types | |
| enum | Kind { PPIfElse , EmptyLine , Comment } |
Public Member Functions | |
| bool | isComment () |
| bool | isEmptyLine () |
| bool | isPPIfElse () |
| SkippedRange (SourceRange Range, Kind K, SourceLocation PrevTokLoc=SourceLocation(), SourceLocation NextTokLoc=SourceLocation()) | |
Public Attributes | |
| SourceRange | Range |
| SourceLocation | PrevTokLoc |
| SourceLocation | NextTokLoc |
| Kind | RangeKind |
Definition at line 38 of file CoverageMappingGen.h.
| Enumerator | |
|---|---|
| PPIfElse | |
| EmptyLine | |
| Comment | |
Definition at line 39 of file CoverageMappingGen.h.
|
inline |
Definition at line 57 of file CoverageMappingGen.h.
References NextTokLoc, PrevTokLoc, Range, and RangeKind.
|
inline |
Definition at line 53 of file CoverageMappingGen.h.
|
inline |
Definition at line 54 of file CoverageMappingGen.h.
|
inline |
Definition at line 55 of file CoverageMappingGen.h.
| SourceLocation clang::SkippedRange::NextTokLoc |
Definition at line 49 of file CoverageMappingGen.h.
Referenced by SkippedRange().
| SourceLocation clang::SkippedRange::PrevTokLoc |
Definition at line 47 of file CoverageMappingGen.h.
Referenced by SkippedRange().
| SourceRange clang::SkippedRange::Range |
Definition at line 45 of file CoverageMappingGen.h.
Referenced by SkippedRange().
| Kind clang::SkippedRange::RangeKind |
Definition at line 51 of file CoverageMappingGen.h.
Referenced by isComment(), isEmptyLine(), isPPIfElse(), and SkippedRange().