Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1508 SourceLocation getLocalRangeEnd() const { in getLocalRangeEnd() function
1570 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp614 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in transformFunctionProtoType()
H A DSemaExceptionSpec.cpp469 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()
H A DTreeTransform.h6562 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
6689 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
H A DSemaExpr.cpp16354 ExplicitSignature.getLocalRangeEnd()) { in ActOnBlockArguments()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp479 addSourceLocation(TL.getLocalRangeEnd()); in VisitFunctionTypeLoc()