Searched refs:integer_type (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 449 const CompilerType &integer_type, in GetEnumMembers() 454 lldb::TypeImplSP(new TypeImpl(integer_type)), name, value))); in GetEnumMembers()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 398 std::function<bool(const CompilerType &integer_type, ConstString name,
|
| H A D | TypeSystem.h | 314 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 790 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 849 std::function<bool(const CompilerType &integer_type,
|
| H A D | TypeSystemClang.cpp | 5486 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument 5494 CompilerType integer_type = GetType(enum_decl->getIntegerType()); in ForEachEnumerator() local 5501 if (!callback(integer_type, name, enum_pos->getInitVal())) in ForEachEnumerator() 8300 QualType integer_type(enum_decl->getIntegerType()); in CompleteTagDeclarationDefinition() local 8301 if (!integer_type.isNull()) { in CompleteTagDeclarationDefinition()
|