Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1270 void setLocalRangeEnd(SourceLocation L) { in setLocalRangeEnd() function
1321 setLocalRangeEnd(Loc); in initializeLocal()
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h1382 void setLocalRangeEnd(SourceLocation L) { in setLocalRangeEnd() function
1447 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/llvm-project/clang/lib/Sema/
DTreeTransform.h5816 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
5936 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
DSemaType.cpp6110 TL.setLocalRangeEnd(Chunk.EndLoc); in VisitFunctionTypeLoc()
DSemaTemplate.cpp2342 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in transformFunctionProtoType()
/external/clang/lib/Serialization/
DASTReader.cpp5809 TL.setLocalRangeEnd(ReadSourceLocation(Record, Idx)); in VisitFunctionTypeLoc()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6575 TL.setLocalRangeEnd(readSourceLocation()); in VisitFunctionTypeLoc()