Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1188 void setLocalRangeEnd(SourceLocation L) { in setLocalRangeEnd() function
1239 setLocalRangeEnd(Loc); in initializeLocal()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h4662 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
4787 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
H A DSemaType.cpp3752 TL.setLocalRangeEnd(Chunk.EndLoc); in VisitFunctionTypeLoc()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5755 TL.setLocalRangeEnd(ReadSourceLocation(Record, Idx)); in VisitFunctionTypeLoc()