Searched refs:FirstRange (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ODRDiagsEmitter.cpp | 1002 SourceRange FirstRange, SecondRange; in diagnoseMismatch() local 1005 FirstRange = FirstStr->getSourceRange(); in diagnoseMismatch() 1008 FirstRange = FirstSA->getSourceRange(); in diagnoseMismatch() 1017 DiagError(FirstLoc, FirstRange, StaticAssertOnlyMessage) in diagnoseMismatch()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Verifier.cpp | 3876 ConstantRange FirstRange(FirstLow, FirstHigh); in visitRangeMetadata() local 3877 Check(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata() 3879 Check(!isContiguous(FirstRange, LastRange), "Intervals are contiguous", in visitRangeMetadata()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 11361 SourceRange FirstRange = FirstArg->getSourceRange(); in CheckMaxUnsignedZero() local 11364 SourceRange ZeroRange = IsFirstArgZero ? FirstRange : SecondRange; in CheckMaxUnsignedZero() 11372 RemovalRange = SourceRange(FirstRange.getBegin(), in CheckMaxUnsignedZero() 11375 RemovalRange = SourceRange(getLocForEndOfToken(FirstRange.getEnd()), in CheckMaxUnsignedZero()
|