Home
last modified time | relevance | path

Searched refs:ClassOrStruct (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h202 ClassOrStruct = 1 << 3, enumerator
212 AnyType = Any | ClassOrStruct | Union | Enum | Typedef | Builtin,
214 AnyDeclContext = Any | Namespace | ClassOrStruct | Union | Enum | Function,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h52 ClassOrStruct = 12, enumerator
H A DExprConstant.cpp12459 : GCCTypeClass::ClassOrStruct; in EvaluateBuiltinClassifyType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp54 result |= CompilerContextKind::ClassOrStruct; in ConvertTypeClass()
219 case CompilerContextKind::ClassOrStruct: in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp407 : CompilerContextKind::ClassOrStruct; in GetContextEntry()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9127 return CompilerContextKind::ClassOrStruct | CompilerContextKind::Union; in GetCompilerKind()