Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h1358 void setLocalRangeEnd(SourceLocation L) { in setLocalRangeEnd() function
1423 setLocalRangeEnd(Loc); in initializeLocal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h5351 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
5471 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
H A DSemaType.cpp5571 TL.setLocalRangeEnd(Chunk.EndLoc); in VisitFunctionTypeLoc()
H A DSemaTemplate.cpp1891 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in transformFunctionProtoType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6581 TL.setLocalRangeEnd(ReadSourceLocation()); in VisitFunctionTypeLoc()