Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp73 if (auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in Enumerate() local
293 if (auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in EmitGroup() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h293 SimplifiedTypeClass TypeClass; member
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dvisitor.h80 class TypeClass; variable
H A Dmtype.c8365 TypeClass::TypeClass(ClassDeclaration *sym) in TypeClass() function
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dvisitor.h80 class TypeClass; variable
H A Dmtype.c8365 TypeClass::TypeClass(ClassDeclaration *sym) in TypeClass() function
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp681 static QualType diagOpenCLBuiltinTypeError(Sema &S, llvm::StringRef TypeClass, in diagOpenCLBuiltinTypeError()