Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1077 TypeClass section in Enumerators
1075 .. _TypeClass: global() target
1103 TemplateArgumentTypeClass global() argument
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp70 if (const auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in Enumerate() local
334 if (auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in EmitGroup() local
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h295 SimplifiedTypeClass TypeClass; member
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h854 FLAGS_ENUM(TypeClass){ in FLAGS_ENUM() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp699 static QualType diagOpenCLBuiltinTypeError(Sema &S, llvm::StringRef TypeClass, in diagOpenCLBuiltinTypeError()