Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTypeLoc.h1248 SourceLocation getLocalRangeBegin() const { in getLocalRangeBegin() function
1302 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h4712 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
4837 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
HDSemaExpr.cpp11274 if (ExplicitSignature.getLocalRangeBegin() == in ActOnBlockArguments()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp535 Writer.AddSourceLocation(TL.getLocalRangeBegin(), Record); in VisitFunctionTypeLoc()