Home
last modified time | relevance | path

Searched defs:UnnamedType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go4426 type UnnamedType struct { struct
4427 Num int
4430 func (ut *UnnamedType) print(ps *printState) {
4442 func (ut *UnnamedType) Traverse(fn func(AST) bool) {
4446 func (ut *UnnamedType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
4453 func (ut *UnnamedType) GoString() string {
4457 func (ut *UnnamedType) goString(indent int, field string) string {
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-ms-cxx11.cpp247 namespace UnnamedType { namespace
H A Dmangle-ms.cpp402 namespace UnnamedType { namespace
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp301 SmallString<256> UnnamedType("<unnamed-type-"); in getClassName() local