Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1456 void setLocalRangeEnd(SourceLocation L) { in setLocalRangeEnd() function
1521 setLocalRangeEnd(Loc); in initializeLocal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp568 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in transformFunctionProtoType()
H A DTreeTransform.h6335 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
6462 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
H A DSemaType.cpp6142 TL.setLocalRangeEnd(Chunk.EndLoc); in VisitFunctionTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6910 TL.setLocalRangeEnd(readSourceLocation()); in VisitFunctionTypeLoc()