Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1412 void setLocalRangeBegin(SourceLocation L) { in setLocalRangeBegin() function
1482 setLocalRangeBegin(Loc); in initializeLocal()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6183 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
6311 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
H A DSemaType.cpp6552 TL.setLocalRangeBegin(Chunk.Loc); in VisitFunctionTypeLoc()
H A DSemaTemplate.cpp2577 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6901 TL.setLocalRangeBegin(readSourceLocation()); in VisitFunctionTypeLoc()