Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1374 void setLocalRangeBegin(SourceLocation L) { in setLocalRangeBegin() function
1444 setLocalRangeBegin(Loc); in initializeLocal()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5921 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
6042 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
H A DSemaType.cpp6185 TL.setLocalRangeBegin(Chunk.Loc); in VisitFunctionTypeLoc()
H A DSemaTemplate.cpp2359 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6620 TL.setLocalRangeBegin(readSourceLocation()); in VisitFunctionTypeLoc()