Searched defs:integer_type (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | TypeSystem.h | 314 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 D | SBType.cpp | 451 __anonf830cf3f0102( const CompilerType &integer_type, ConstString name, const llvm::APSInt &value) GetEnumMembers() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 790 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 D | TypeSystemClang.cpp | 5486 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
|