Home
last modified time | relevance | path

Searched refs:getLocalRangeEnd (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1378 SourceLocation getLocalRangeEnd() const { in getLocalRangeEnd() function
1440 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp463 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()
H A DTreeTransform.h5925 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
6045 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
H A DSemaTemplate.cpp2363 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in transformFunctionProtoType()
H A DSemaExpr.cpp15460 ExplicitSignature.getLocalRangeEnd()) { in ActOnBlockArguments()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp317 Record.AddSourceLocation(TL.getLocalRangeEnd()); in VisitFunctionTypeLoc()