Home
last modified time | relevance | path

Searched defs:superclass (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp769 } else if (PropertyType superclass = type.getSuperclassType()) { in emitBasicReaderWriterTemplate() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp962 if (auto superclass = iterator->second->GetSuperclass()) { in DoExecute() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3617 uint64_t superclass; // class64_t * (64-bit pointer) member
3625 uint32_t superclass; /* class32_t * (32-bit pointer) */ member