Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h1346 SourceLocation getLocalRangeBegin() const { in getLocalRangeBegin() function
1416 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h5347 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
5468 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
H A DSemaTemplate.cpp1887 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
H A DSemaExpr.cpp13586 if (ExplicitSignature.getLocalRangeBegin() == in ActOnBlockArguments()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp697 Record.AddSourceLocation(TL.getLocalRangeBegin()); in VisitFunctionTypeLoc()