Searched refs:AbiTagAttr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp409 Name = static_cast<const AbiTagAttr *>(Name)->Base;
442 Name = static_cast<const AbiTagAttr *>(Name)->Base;
543 N = static_cast<const AbiTagAttr *>(N)->Base;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h41 X(AbiTagAttr) \
414 struct AbiTagAttr : Node { struct in inherits:Node
418 AbiTagAttr(Node* Base_, StringView Tag_) function in struct:AbiTagAttr
3384 N = make<AbiTagAttr>(N, SN);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp299 if (const auto *AbiTag = NS->getAttr<AbiTagAttr>()) {
309 if (const auto *AbiTag = ND->getAttr<AbiTagAttr>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2854 if (const auto *NewAbiTagAttr = New->getAttr<AbiTagAttr>()) {
2855 if (const auto *OldAbiTagAttr = Old->getAttr<AbiTagAttr>()) {
H A DSemaDeclAttr.cpp5532 AbiTagAttr(S.Context, AL, Tags.data(), Tags.size()));

Completed in 186 milliseconds