Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DTypeLoc.h1185 void setLocalRangeEnd(SourceLocation L) { in setLocalRangeEnd() function
1236 setLocalRangeEnd(Loc); in initializeLocal()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h4447 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
4472 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
DSemaType.cpp3761 TL.setLocalRangeEnd(Chunk.EndLoc); in VisitFunctionTypeLoc()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp5048 TL.setLocalRangeEnd(ReadSourceLocation(Record, Idx)); in VisitFunctionTypeLoc()