Home
last modified time | relevance | path

Searched refs:RangeKind (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.h46 Kind RangeKind; member
48 bool isComment() { return RangeKind == Comment; } in isComment()
49 bool isEmptyLine() { return RangeKind == EmptyLine; } in isEmptyLine()
50 bool isPPIfElse() { return RangeKind == PPIfElse; } in isPPIfElse()
56 RangeKind(K) {} in Range()
79 void AddSkippedRange(SourceRange Range, SkippedRange::Kind RangeKind);
H A DCoverageMappingGen.cpp64 SkippedRange::Kind RangeKind) { in AddSkippedRange() argument
71 SkippedRanges.push_back({Range, RangeKind, PrevTokLoc}); in AddSkippedRange()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp170 enum RangeKind { OutOfRange, WithinRange }; enum in __anon09a2c6cc0111::StdLibraryFunctionsChecker
174 RangeKind Kind;
187 RangeConstraint(ArgNo ArgN, RangeKind Kind, const IntRangeVector &Ranges) in RangeConstraint()
1335 auto ArgumentCondition = [](ArgNo ArgN, RangeKind Kind, in initFunctionSummaries()
1343 auto operator()(RangeKind Kind, IntRangeVector Ranges) { in initFunctionSummaries()