Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1504 void setLocalRangeBegin(SourceLocation L) { in setLocalRangeBegin() function
1574 setLocalRangeBegin(Loc); in initializeLocal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp610 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
H A DTreeTransform.h6558 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
6686 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
H A DSemaType.cpp6180 TL.setLocalRangeBegin(Chunk.Loc); in VisitFunctionTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7241 TL.setLocalRangeBegin(readSourceLocation()); in VisitFunctionTypeLoc()