Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1370 SourceLocation getLocalRangeBegin() const { in getLocalRangeBegin() function
1440 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5898 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
6019 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
H A DSemaTemplate.cpp2359 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
H A DSemaExpr.cpp15338 if (ExplicitSignature.getLocalRangeBegin() == in ActOnBlockArguments()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp313 Record.AddSourceLocation(TL.getLocalRangeBegin()); in VisitFunctionTypeLoc()