Home
last modified time | relevance | path

Searched defs:NestedName (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libcxxabi/src/demangle/
H A DItaniumDemangle.h875 struct NestedName : Node { struct
879 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
882 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
884 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName()
886 void printLeft(OutputStream &S) const override { in printLeft()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h845 struct NestedName : Node { struct
849 NestedName(Node *Qual_, Node *Name_) in NestedName() function
852 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
854 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName()
856 void printLeft(OutputStream &S) const override { in printLeft()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h982 struct NestedName : Node { struct
986 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
989 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
991 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName()
993 void printLeft(OutputBuffer &OB) const override { in printLeft()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/
DItaniumDemangle.h1038 struct NestedName : Node { struct
1042 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
1045 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
1047 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName()
1049 void printLeft(OutputBuffer &OB) const override { in printLeft()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/
DItaniumDemangle.h1037 struct NestedName : Node { struct
1041 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
1044 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
1046 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName()
1048 void printLeft(OutputBuffer &OB) const override { in printLeft()
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/demangle/
H A DItaniumDemangle.h1038 struct NestedName : Node { struct
1042 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
1045 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
1047 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName()
1049 void printLeft(OutputBuffer &OB) const override { in printLeft()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/
DItaniumDemangle.h1037 struct NestedName : Node { struct
1041 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
1044 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
1046 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName()
1048 void printLeft(OutputBuffer &OB) const override { in printLeft()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Demangle/
DItaniumDemangle.h1037 struct NestedName : Node { struct
1041 NestedName(Node *Qual_, Node *Name_) in NestedName() function
1044 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
1046 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName()
1048 void printLeft(OutputBuffer &OB) const override { in printLeft()
/aosp_15_r20/external/pytorch/c10/test/util/
H A DTypeIndex_test.cpp78 TEST(TypeIndex, NestedName) { in TEST() argument