Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp460 class AlignedArgument : public Argument { class
462 AlignedArgument(const Record &Arg, StringRef Attr) in AlignedArgument() function in __anon993dbfce0211::AlignedArgument
1250 Ptr = llvm::make_unique<AlignedArgument>(Arg, Attr); in createArgument()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td195 class AlignedArgument<string name, bit opt = 0> : Argument<name, opt>;
577 let Args = [AlignedArgument<"Alignment", 1>];