Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1378 SourceLocation getLocalRangeEnd() const { in getLocalRangeEnd() function
1440 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp463 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()
H A DTreeTransform.h5902 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
6022 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
H A DSemaTemplate.cpp2363 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in transformFunctionProtoType()
H A DSemaExpr.cpp15339 ExplicitSignature.getLocalRangeEnd()) { in ActOnBlockArguments()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp317 Record.AddSourceLocation(TL.getLocalRangeEnd()); in VisitFunctionTypeLoc()