Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1270 void setLocalRangeEnd(SourceLocation L) { in setLocalRangeEnd() function
1321 setLocalRangeEnd(Loc); in initializeLocal()
/external/clang/lib/Sema/
DTreeTransform.h5016 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
5141 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
DSemaType.cpp5086 TL.setLocalRangeEnd(Chunk.EndLoc); in VisitFunctionTypeLoc()
/external/clang/lib/Serialization/
DASTReader.cpp5809 TL.setLocalRangeEnd(ReadSourceLocation(Record, Idx)); in VisitFunctionTypeLoc()