Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h1406 void setLocalRangeBegin(SourceLocation L) { in setLocalRangeBegin() function
1476 setLocalRangeBegin(Loc); in initializeLocal()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h5987 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
6108 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
H A DSemaType.cpp6304 TL.setLocalRangeBegin(Chunk.Loc); in VisitFunctionTypeLoc()
H A DSemaTemplate.cpp2364 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6660 TL.setLocalRangeBegin(readSourceLocation()); in VisitFunctionTypeLoc()