| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFASTParserClang.h | 264 bool is_artificial = false; member 271 void SetIsArtificial(bool flag) { is_artificial = flag; } in SetIsArtificial() 272 bool IsArtificial() const { return is_artificial; } in IsArtificial() 301 bool is_artificial = false; member 483 bool is_artificial = false; member
|
| HD | DWARFASTParserClang.cpp | 303 is_artificial = form_value.Boolean(); in ParsedDWARFTypeAttributes() 1024 attrs.is_artificial, is_variadic, attrs.is_objc_direct_call); in ParseObjCMethod() 1145 attrs.is_artificial); in ParseCXXMethod() 1167 const bool type_handled = cxx_method_decl != nullptr || attrs.is_artificial; in ParseCXXMethod() 2610 is_artificial = form_value.Boolean(); in MemberAttributes() 3006 if (attrs.is_artificial && ShouldIgnoreArtificialField(attrs.name)) { in ParseSingleMember() 3144 bool is_artificial = false; in ParseChildParameters() local 3161 is_artificial = form_value.Boolean(); in ParseChildParameters() 3180 if (skip_artificial && is_artificial) { in ParseChildParameters()
|
| HD | SymbolFileDWARF.cpp | 3474 bool is_artificial = false; in ParseVariableDIE() local 3518 is_artificial = form_value.Boolean(); in ParseVariableDIE() 3716 scope_ranges, &decl, location_list, is_external, is_artificial, in ParseVariableDIE()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | Symbol.cpp | 39 bool is_artificial, const lldb::SectionSP §ion_sp, in Symbol() argument 43 m_is_synthetic(is_artificial), m_is_debug(is_debug), in Symbol() 53 bool is_artificial, const AddressRange &range, in Symbol() argument 57 m_is_synthetic(is_artificial), m_is_debug(is_debug), in Symbol() 115 const bool is_artificial = false; in FromJSON() local 129 is_trampoline, is_artificial, in FromJSON() 141 is_trampoline, is_artificial, in FromJSON()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| HD | Symbol.h | 40 bool external, bool is_debug, bool is_trampoline, bool is_artificial, 46 bool external, bool is_debug, bool is_trampoline, bool is_artificial,
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| HD | UdtRecordCompleter.cpp | 111 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() local 116 is_artificial); in AddMethod()
|
| HD | PdbAstBuilder.cpp | 87 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() local 94 /*is_attr_used=*/false, /*is_artificial=*/is_artificial); in AddMethod()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| HD | SymbolFilePDB.cpp | 942 bool is_artificial = false; in ParseVariableForPDBData() local 980 is_artificial = true; in ParseVariableForPDBData() 988 if (!is_artificial && !pdb_data.isCompilerGenerated()) { in ParseVariableForPDBData() 1043 ranges, &decl, location, is_external, is_artificial, is_constant, in ParseVariableForPDBData()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| HD | TypeSystemClang.h | 984 bool is_explicit, bool is_attr_used, bool is_artificial); 1015 const CompilerType &method_compiler_type, bool is_artificial,
|
| HD | TypeSystemClang.cpp | 7716 bool is_explicit, bool is_attr_used, bool is_artificial) { in AddMethodToCXXRecordType() argument 7751 if (is_artificial) in AddMethodToCXXRecordType() 7766 cxx_dtor_decl->setImplicit(is_artificial); in AddMethodToCXXRecordType() 7778 cxx_ctor_decl->setImplicit(is_artificial); in AddMethodToCXXRecordType() 7881 if (is_artificial) { in AddMethodToCXXRecordType() 8196 const CompilerType &method_clang_type, bool is_artificial, bool is_variadic, in AddMethodToObjCObjectType() argument
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | ClangExpressionDeclMap.cpp | 1992 const bool is_artificial = false; in AddContextClassType() local 1997 is_explicit, is_attr_used, is_artificial); in AddContextClassType()
|