Searched defs:is_artificial (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp46 Symbol( uint32_t symID, const char *name, bool name_is_mangled, SymbolType type, bool external, bool is_debug, bool is_trampoline, bool is_artificial, const lldb::SectionSP &section_sp, addr_t offset, addr_t size, bool size_is_valid, uint32_t flags ) argument
80 Symbol( uint32_t symID, const char *name, bool name_is_mangled, SymbolType type, bool external, bool is_debug, bool is_trampoline, bool is_artificial, const AddressRange &range, bool size_is_valid, uint32_t flags ) argument
H A DClangASTType.cpp4615 AddMethodToCXXRecordType(const char *name, const ClangASTType &method_clang_type, lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline, bool is_explicit, bool is_attr_used, bool is_artificial) argument
5073 AddMethodToObjCObjectType(const char *name, const ClangASTType &method_clang_type, lldb::AccessType access, bool is_artificial) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp2009 const bool is_artificial = false; local
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dgdbtypes.h656 unsigned int is_artificial:1; member in struct:cplus_struct_type::fn_fieldlist::fn_field
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1743 bool is_artificial = false; local
4230 bool is_artificial = false; local
6456 bool is_artificial local
7342 bool is_artificial = false; local
[all...]

Completed in 142 milliseconds