Home
last modified time | relevance | path

Searched defs:TypeClass (Results 1 – 6 of 6) 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
327 if (auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in EmitGroup() local
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h307 SimplifiedTypeClass TypeClass; member
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h867 FLAGS_ENUM(TypeClass){ in FLAGS_ENUM() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp702 static QualType diagOpenCLBuiltinTypeError(Sema &S, llvm::StringRef TypeClass, in diagOpenCLBuiltinTypeError()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp4402 enum class TypeClass { VECTOR_OF_TWO, SCALAR, NONE_OF_LISTED }; enum