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.h1448 void setLocalRangeBegin(SourceLocation L) { in setLocalRangeBegin() function
1518 setLocalRangeBegin(Loc); in initializeLocal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp564 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
H A DTreeTransform.h6331 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
6459 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
H A DSemaType.cpp6141 TL.setLocalRangeBegin(Chunk.Loc); in VisitFunctionTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6906 TL.setLocalRangeBegin(readSourceLocation()); in VisitFunctionTypeLoc()