Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1429 class WrappedAttr : public SimpleArgument { class
1431 WrappedAttr(const Record &Arg, StringRef Attr) in WrappedAttr() function in __anone44e3aff0211::WrappedAttr
1508 Ptr = std::make_unique<WrappedAttr>(Arg, Attr); in createArgument()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td323 class WrappedAttr<string name, bit opt = 0> : Argument<name, opt>;
2860 let Args = [VersionArgument<"Version">, WrappedAttr<"AdditionalAttr">,