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.h201 ClassOrStruct = 1 << 3, enumerator
213 AnyType = Any | ClassOrStruct | Union | Enum | Typedef | Builtin,
215 AnyDeclContext = Any | Namespace | ClassOrStruct | Union | Enum | Function,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h47 ClassOrStruct = 12, enumerator
H A DExprConstant.cpp11907 : GCCTypeClass::ClassOrStruct; in EvaluateBuiltinClassifyType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp399 push_ctx(CompilerContextKind::ClassOrStruct, die.GetName()); in GetDeclContextImpl()
459 push_ctx(CompilerContextKind::ClassOrStruct, die.GetName()); in GetTypeLookupContextImpl()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp80 result |= CompilerContextKind::ClassOrStruct; in ConvertTypeClass()
208 case CompilerContextKind::ClassOrStruct: in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9202 return CompilerContextKind::ClassOrStruct | CompilerContextKind::Union; in GetCompilerKind()