Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h1402 SourceLocation getLocalRangeBegin() const { in getLocalRangeBegin() function
1472 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp248 …ethodDecl, getTypeSourceInfo()->getTypeLoc().getAs<clang::FunctionTypeLoc>().getLocalRangeBegin()), in TEST()
1261 STRING_LOCATION_STDPAIR(TL, getAs<clang::FunctionTypeLoc>().getLocalRangeBegin()), in TEST()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp392 addSourceLocation(TL.getLocalRangeBegin()); in VisitFunctionTypeLoc()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h5987 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
6108 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
H A DSemaTemplate.cpp2364 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
H A DSemaExpr.cpp16227 if (ExplicitSignature.getLocalRangeBegin() == in ActOnBlockArguments()