Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h314 ForEachEnumerator(lldb::opaque_compiler_type_t type,std::function<bool (const CompilerType & integer_type,ConstString name,const llvm::APSInt & value)> const & callback) ForEachEnumerator() argument
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp451 __anonf830cf3f0102( const CompilerType &integer_type, ConstString name, const llvm::APSInt &value) GetEnumMembers() argument
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp790 ForEachEnumerator(std::function<bool (const CompilerType & integer_type,ConstString name,const llvm::APSInt & value)> const & callback) const ForEachEnumerator() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5486 ForEachEnumerator(lldb::opaque_compiler_type_t type,std::function<bool (const CompilerType & integer_type,ConstString name,const llvm::APSInt & value)> const & callback) ForEachEnumerator() argument
5494 CompilerType integer_type = GetType(enum_decl->getIntegerType()); ForEachEnumerator() local
8300 QualType integer_type(enum_decl->getIntegerType()); CompleteTagDeclarationDefinition() local