Home
last modified time | relevance | path

Searched refs:AlignedArgument (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp493 class AlignedArgument : public Argument { class
495 AlignedArgument(const Record &Arg, StringRef Attr) in AlignedArgument() function in __anon981586b50211::AlignedArgument
1451 Ptr = std::make_unique<AlignedArgument>(Arg, Attr); in createArgument()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td272 class AlignedArgument<string name, bit opt = 0> : Argument<name, opt>;
765 let Args = [AlignedArgument<"Alignment", 1>];