Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTypeLoc.h1258 void setLocalRangeEnd(SourceLocation L) { in setLocalRangeEnd() function
1309 setLocalRangeEnd(Loc); in initializeLocal()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h4715 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
4840 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
HDSemaType.cpp4747 TL.setLocalRangeEnd(Chunk.EndLoc); in VisitFunctionTypeLoc()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5533 TL.setLocalRangeEnd(ReadSourceLocation(Record, Idx)); in VisitFunctionTypeLoc()