Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1019 class VersionArgument : public Argument { class
1021 VersionArgument(const Record &Arg, StringRef Attr) in VersionArgument() function in __anon993dbfce0211::VersionArgument
1292 Ptr = llvm::make_unique<VersionArgument>(Arg, Attr); in createArgument()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td190 class VersionArgument<string name, bit opt = 0> : Argument<name, opt>;
709 let Args = [IdentifierArgument<"platform">, VersionArgument<"introduced">,
710 VersionArgument<"deprecated">, VersionArgument<"obsoleted">,