Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp148 struct ClassInfo { struct
149 enum ClassInfoKind {
167 unsigned Kind;
172 std::vector<ClassInfo*> SuperClasses;
175 std::string Name;
178 std::string ClassName;
183 std::string ValueName;
187 std::string PredicateMethod;
191 std::string RenderMethod;
195 std::string ParserMethod;
[all …]
/minix3/external/bsd/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp551 const uint8_t *ClassInfo, in handleActionValue()
667 const uint8_t *ClassInfo = NULL; in handleLsda() local
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.h224 EntityInfo ClassInfo; member
H A DIndexing.cpp914 if (const CXXClassDeclInfo *ClassInfo = dyn_cast<CXXClassDeclInfo>(DI)) in clang_index_getCXXClassDeclInfo() local