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.h1452 SourceLocation getLocalRangeEnd() const { in getLocalRangeEnd() function
1514 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp467 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()
H A DSemaTemplateDeductionGuide.cpp568 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in transformFunctionProtoType()
H A DTreeTransform.h6335 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
6462 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
H A DSemaExpr.cpp15998 ExplicitSignature.getLocalRangeEnd()) { in ActOnBlockArguments()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp451 addSourceLocation(TL.getLocalRangeEnd()); in VisitFunctionTypeLoc()