Home
last modified time | relevance | path

Searched defs:SetRangeEnd (Results 1 – 2 of 2) sorted by path

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h675 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } in SetRangeEnd() function
2033 void SetRangeEnd(SourceLocation Loc) { in SetRangeEnd() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h80 void SetRangeEnd(BaseType end) { in SetRangeEnd() function