Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h1448 void setLocalRangeBegin(SourceLocation L) { in setLocalRangeBegin() function
1518 setLocalRangeBegin(Loc); in initializeLocal()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateDeductionGuide.cpp564 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
HDTreeTransform.h6331 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
6459 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
HDSemaType.cpp6141 TL.setLocalRangeBegin(Chunk.Loc); in VisitFunctionTypeLoc()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp6906 TL.setLocalRangeBegin(readSourceLocation()); in VisitFunctionTypeLoc()