Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp1002 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 DVerifier.cpp3876 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 DSemaChecking.cpp11361 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()