Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h1456 void setLocalRangeEnd(SourceLocation L) { in setLocalRangeEnd() function
1521 setLocalRangeEnd(Loc); in initializeLocal()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateDeductionGuide.cpp568 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in transformFunctionProtoType()
HDTreeTransform.h6335 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
6462 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
HDSemaType.cpp6142 TL.setLocalRangeEnd(Chunk.EndLoc); in VisitFunctionTypeLoc()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp6910 TL.setLocalRangeEnd(readSourceLocation()); in VisitFunctionTypeLoc()