Home
last modified time | relevance | path

Searched defs:integer_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h332 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp552 const llvm::APSInt &value) -> bool { in GetEnumMembers()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp819 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5573 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
5581 CompilerType integer_type = GetType(enum_decl->getIntegerType()); in ForEachEnumerator() local
8464 QualType integer_type(enum_decl->getIntegerType()); in CompleteTagDeclarationDefinition() local