Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9986 SourceRange FirstRange; in diagnoseOdrViolations() local
9992 FirstRange = DR.FirstDecl->getSourceRange(); in diagnoseOdrViolations()
9995 << FirstRecord << FirstModule.empty() << FirstModule << FirstRange in diagnoseOdrViolations()
10396 SourceRange FirstRange, SecondRange; in diagnoseOdrViolations() local
10399 FirstRange = FirstStr->getSourceRange(); in diagnoseOdrViolations()
10402 FirstRange = FirstSA->getSourceRange(); in diagnoseOdrViolations()
10411 ODRDiagDeclError(FirstRecord, FirstModule, FirstLoc, FirstRange, in diagnoseOdrViolations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3678 ConstantRange FirstRange(FirstLow, FirstHigh); in visitRangeMetadata() local
3679 Assert(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
3681 Assert(!isContiguous(FirstRange, LastRange), "Intervals are contiguous", in visitRangeMetadata()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10033 SourceRange FirstRange = FirstArg->getSourceRange(); in CheckMaxUnsignedZero() local
10036 SourceRange ZeroRange = IsFirstArgZero ? FirstRange : SecondRange; in CheckMaxUnsignedZero()
10044 RemovalRange = SourceRange(FirstRange.getBegin(), in CheckMaxUnsignedZero()
10047 RemovalRange = SourceRange(getLocForEndOfToken(FirstRange.getEnd()), in CheckMaxUnsignedZero()