Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/docs/
Dpython_api_enums.rst1072 .. _TypeClass: target
1074 TypeClass section in Enumerators
1100 .. _TemplateArgument:
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
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
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DASTUnit.h293 SimplifiedTypeClass TypeClass; member
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h797 FLAGS_ENUM(TypeClass){ in FLAGS_ENUM() argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaLookup.cpp681 static QualType diagOpenCLBuiltinTypeError(Sema &S, llvm::StringRef TypeClass, in diagOpenCLBuiltinTypeError()