Home
last modified time | relevance | path

Searched defs:underlying_type (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/Modules/Inputs/PR26014/
H A DB.h5 struct underlying_type struct
7 typedef __underlying_type(_Tp) type; argument
H A DA.h6 struct underlying_type struct
8 typedef __underlying_type(_Tp) type; argument
/llvm-project/clang/test/SemaCXX/
H A Dunderlying_type.cpp30 struct underlying_type { struct
31 typedef __underlying_type(T) type; // expected-error {{only enumeration types}} argument
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp131 std::underlying_type_t<T> underlying_type() { in underlying_type() function
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp413 Type *underlying_type = ResolveTypeUID(ctf_typedef.type); CreateTypedef() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1187 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1151 clang::QualType underlying_type = GetOrCreateType(er.UnderlyingType); in CreateEnumType() local
H A DSymbolFileNativePDB.cpp675 TypeSP underlying_type = GetOrCreateType(er.UnderlyingType); CreateTagType() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8539 CompilerType underlying_type = GetEnumerationIntegerType(enum_type); AddEnumerationValueToEnumerationType() local