Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h1410 SourceLocation getLocalRangeEnd() const { in getLocalRangeEnd() function
1472 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp469 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()
H A DTreeTransform.h6090 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
6210 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
H A DSemaTemplate.cpp2464 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in transformFunctionProtoType()
H A DSemaExpr.cpp16496 ExplicitSignature.getLocalRangeEnd()) { in ActOnBlockArguments()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp404 addSourceLocation(TL.getLocalRangeEnd()); in VisitFunctionTypeLoc()