Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1382 void setLocalRangeEnd(SourceLocation L) { in setLocalRangeEnd() function
1447 setLocalRangeEnd(Loc); in initializeLocal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5902 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionProtoType()
6022 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in TransformFunctionNoProtoType()
H A DSemaType.cpp6153 TL.setLocalRangeEnd(Chunk.EndLoc); in VisitFunctionTypeLoc()
H A DSemaTemplate.cpp2363 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in transformFunctionProtoType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6602 TL.setLocalRangeEnd(readSourceLocation()); in VisitFunctionTypeLoc()