Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/modularize/Inputs/
H A DSomeTypes.h13 TypeClass() : Member(0) {} in TypeClass() function
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1073 .. _TypeClass: target
1075 TypeClass section in Enumerators
1101 .. _TemplateArgument:
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp73 if (auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in Enumerate() local
295 if (auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in EmitGroup() local
/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp27 static bool isa(llvm::Record *Def, llvm::Record *TypeClass) { in isa()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h293 SimplifiedTypeClass TypeClass; member
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h806 FLAGS_ENUM(TypeClass){ in FLAGS_ENUM() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp682 static QualType diagOpenCLBuiltinTypeError(Sema &S, llvm::StringRef TypeClass, in diagOpenCLBuiltinTypeError()