Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1260 SourceLocation getLocalRangeBegin() const { in getLocalRangeBegin() function
1314 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h1370 SourceLocation getLocalRangeBegin() const { in getLocalRangeBegin() function
1440 return SourceRange(getLocalRangeBegin(), getLocalRangeEnd()); in getLocalSourceRange()
/external/clang/lib/Sema/
DTreeTransform.h5013 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
5138 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
DSemaExpr.cpp11995 if (ExplicitSignature.getLocalRangeBegin() == in ActOnBlockArguments()
/external/clang/lib/Serialization/
DASTWriter.cpp572 Record.AddSourceLocation(TL.getLocalRangeBegin()); in VisitFunctionTypeLoc()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h5812 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
5933 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
DSemaTemplate.cpp2338 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
DSemaExpr.cpp15219 if (ExplicitSignature.getLocalRangeBegin() == in ActOnBlockArguments()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp312 Record.AddSourceLocation(TL.getLocalRangeBegin()); in VisitFunctionTypeLoc()