Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h298 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp460 const llvm::APSInt &value) -> bool { in GetEnumMembers()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp530 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5512 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
5520 CompilerType integer_type = GetType(enum_decl->getIntegerType()); in ForEachEnumerator() local
8248 QualType integer_type(enum_decl->getIntegerType()); in CompleteTagDeclarationDefinition() local