Home
last modified time | relevance | path

Searched refs:AbiTagAttr (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp409 Name = static_cast<const AbiTagAttr *>(Name)->Base; in getFunctionBaseName()
442 Name = static_cast<const AbiTagAttr *>(Name)->Base; in getFunctionDeclContextName()
543 N = static_cast<const AbiTagAttr *>(N)->Base; in isCtorOrDtor()
/external/llvm-project/llvm/lib/Demangle/
DItaniumDemangle.cpp407 Name = static_cast<const AbiTagAttr *>(Name)->Base; in getFunctionBaseName()
440 Name = static_cast<const AbiTagAttr *>(Name)->Base; in getFunctionDeclContextName()
541 N = static_cast<const AbiTagAttr *>(N)->Base; in isCtorOrDtor()
/external/llvm-project/libcxxabi/src/demangle/
DItaniumDemangle.h41 X(AbiTagAttr) \
416 struct AbiTagAttr : Node { struct
420 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr() argument
3448 N = make<AbiTagAttr>(N, SN); in parseAbiTags()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h41 X(AbiTagAttr) \
414 struct AbiTagAttr : Node { struct
418 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr() function
3384 N = make<AbiTagAttr>(N, SN); in parseAbiTags()
/external/llvm-project/llvm/include/llvm/Demangle/
DItaniumDemangle.h41 X(AbiTagAttr) \
416 struct AbiTagAttr : Node { struct
420 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr() argument
3448 N = make<AbiTagAttr>(N, SN); in parseAbiTags()
/external/libcxxabi/src/demangle/
DItaniumDemangle.h43 X(AbiTagAttr) \
408 struct AbiTagAttr : Node { struct
412 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr() function
3153 N = make<AbiTagAttr>(N, SN); in parseAbiTags()
/external/clang/lib/AST/
DItaniumMangle.cpp302 if (const auto *AbiTag = NS->getAttr<AbiTagAttr>()) { in write()
312 if (const auto *AbiTag = ND->getAttr<AbiTagAttr>()) { in write()
/external/llvm-project/clang/lib/AST/
DItaniumMangle.cpp298 if (const auto *AbiTag = NS->getAttr<AbiTagAttr>()) { in write()
308 if (const auto *AbiTag = ND->getAttr<AbiTagAttr>()) { in write()
/external/clang/lib/Sema/
DSemaDecl.cpp2457 if (const auto *NewAbiTagAttr = New->getAttr<AbiTagAttr>()) { in mergeDeclAttributes()
2458 if (const auto *OldAbiTagAttr = Old->getAttr<AbiTagAttr>()) { in mergeDeclAttributes()
DSemaDeclAttr.cpp4714 AbiTagAttr(Attr.getRange(), S.Context, Tags.data(), Tags.size(), in handleAbiTagAttr()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp2890 if (const auto *NewAbiTagAttr = New->getAttr<AbiTagAttr>()) { in mergeDeclAttributes()
2891 if (const auto *OldAbiTagAttr = Old->getAttr<AbiTagAttr>()) { in mergeDeclAttributes()
DSemaDeclAttr.cpp6257 AbiTagAttr(S.Context, AL, Tags.data(), Tags.size())); in handleAbiTagAttr()