Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1107 void setLocalRangeEnd(SourceLocation L) { in setLocalRangeEnd() function
1158 setLocalRangeEnd(Loc); in initializeLocal()
/external/clang/lib/Sema/
DTreeTransform.h4275 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
4300 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
DSemaType.cpp3448 TL.setLocalRangeEnd(Chunk.EndLoc); in VisitFunctionTypeLoc()
/external/clang/lib/Serialization/
DASTReader.cpp4753 TL.setLocalRangeEnd(ReadSourceLocation(Record, Idx)); in VisitFunctionTypeLoc()