Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h1354 SourceLocation getLocalRangeEnd() const { in getLocalRangeEnd() function
1416 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp437 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()
H A DTreeTransform.h5351 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
5471 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
H A DSemaTemplate.cpp1891 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in transformFunctionProtoType()
H A DSemaExpr.cpp13587 ExplicitSignature.getLocalRangeEnd()) { in ActOnBlockArguments()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp701 Record.AddSourceLocation(TL.getLocalRangeEnd()); in VisitFunctionTypeLoc()