Home
last modified time | relevance | path

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

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