Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1185 SourceLocation getLocalRangeEnd() const { in getLocalRangeEnd() function
1232 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp321 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()
H A DTreeTransform.h4662 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
4787 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
H A DSemaExpr.cpp10662 ExplicitSignature.getLocalRangeEnd()) { in ActOnBlockArguments()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp534 Writer.AddSourceLocation(TL.getLocalRangeEnd(), Record); in VisitFunctionTypeLoc()