ΒΆvoid takeAndConcatenateAttrs(
clang::ParsedAttributes& First,
clang::ParsedAttributes& Second,
clang::ParsedAttributes& Result)
void takeAndConcatenateAttrs(
clang::ParsedAttributes& First,
clang::ParsedAttributes& Second,
clang::ParsedAttributes& Result)
Description
Consumes the attributes from `First` and `Second` and concatenates them into `Result`. Sets `Result.Range` to the combined range of `First` and `Second`.
Declared at: clang/include/clang/Sema/ParsedAttr.h:1125
Parameters
- clang::ParsedAttributes& First
- clang::ParsedAttributes& Second
- clang::ParsedAttributes& Result