Home
last modified time | relevance | path

Searched defs:ClassInfo (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp153 struct ClassInfo { struct
154 enum ClassInfoKind {
172 unsigned Kind;
177 std::vector<ClassInfo*> SuperClasses;
180 std::string Name;
183 std::string ClassName;
188 std::string ValueName;
192 std::string PredicateMethod;
196 std::string RenderMethod;
200 std::string ParserMethod;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2144 struct llvm::ClassInfo { struct in llvm
2145 struct MemberInfo {
2150 using MemberList = std::vector<MemberInfo>;
2152 using MethodsList = TinyPtrVector<const DISubprogram *>;
2154 using MethodsMap = MapVector<MDString *, MethodsList>;
2157 std::vector<const DIDerivedType *> Inheritance;
2160 MemberList Members;
2162 MethodsMap Methods;
2164 TypeIndex VShapeTI;
2166 std::vector<const DIType *> NestedTypes;
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp503 const uint8_t *ClassInfo, in handleActionValue()
618 const uint8_t *ClassInfo = NULL; in handleLsda() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h223 EntityInfo ClassInfo; member
H A DIndexing.cpp815 if (const CXXClassDeclInfo *ClassInfo = dyn_cast<CXXClassDeclInfo>(DI)) in clang_index_getCXXClassDeclInfo() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d1717 alias ClassInfo = TypeInfo_Class; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A Dobject.d1007 alias ClassInfo = TypeInfo_Class; variable