Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1444 SourceLocation getLocalRangeBegin() const { in getLocalRangeBegin() function
1514 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/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 DSemaExpr.cpp15997 if (ExplicitSignature.getLocalRangeBegin() == in ActOnBlockArguments()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp447 addSourceLocation(TL.getLocalRangeBegin()); in VisitFunctionTypeLoc()