Home
last modified time | relevance | path

Searched refs:is_inline (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/examples/python/
H A Ddiagnose_nsstring.py116 is_inline = (info_bits & 0x60) == 0
125 …(info_bits, "yes" if is_mutable else "no", "yes" if is_inline else "no", "yes" if has_explicit_len…
130 if is_mutable and not is_inline:
132 elif is_inline:
134 elif not is_inline and not is_mutable:
151 elif is_inline and has_explicit_length and not is_unicode and not is_special and not is_mutable:
155 if is_inline:
164 elif is_inline:
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp91 bool is_inline = (info_bits & 0x60) == 0; in NSStringSummaryProvider() local
100 if (is_mutable && !is_inline) in NSStringSummaryProvider()
103 else if (is_inline) in NSStringSummaryProvider()
105 else if (!is_inline && !is_mutable) in NSStringSummaryProvider()
174 } else if (is_inline && has_explicit_length && !is_unicode && in NSStringSummaryProvider()
190 if (is_inline) { in NSStringSummaryProvider()
238 } else if (is_inline) { in NSStringSummaryProvider()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DCFString.py307 def is_inline(self): member in CFStringSynthProvider
347 self.inline = self.is_inline()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp824 bool is_inline = false; in TEST_F() local
830 lldb::AccessType::eAccessPublic, is_virtual, is_static, is_inline, in TEST_F()
856 bool is_inline = false; in TEST_F() local
868 lldb::AccessType::eAccessPublic, is_virtual, is_static, is_inline, in TEST_F()
879 lldb::AccessType::eAccessPublic, is_virtual, is_static, is_inline, in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h127 bool is_inline, clang::DeclContext *parent);
H A DPdbAstBuilder.cpp1129 bool is_inline, clang::DeclContext *parent) { in CreateFunctionDecl() argument
1186 is_inline); in CreateFunctionDecl()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h282 bool is_inline = false; member
H A DDWARFASTParserClang.cpp365 is_inline = form_value.Boolean(); in ParsedDWARFTypeAttributes()
1127 is_static, attrs.is_inline, attrs.is_explicit, in ParseSubroutine()
1229 attrs.is_inline); in ParseSubroutine()
1239 attrs.storage, attrs.is_inline); in ParseSubroutine()
3368 bool is_inline = in ResolveNamespaceDIE() local
3373 is_inline); in ResolveNamespaceDIE()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h392 bool is_inline = false);
399 clang::StorageClass storage, bool is_inline);
872 lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline,
H A DTypeSystemClang.cpp1859 OptionalClangModuleID owning_module, bool is_inline) { in GetUniqueNamespaceDeclaration() argument
1877 NamespaceDecl::Create(ast, decl_ctx, is_inline, SourceLocation(), in GetUniqueNamespaceDeclaration()
2142 clang::StorageClass storage, bool is_inline) { in CreateFunctionDeclaration() argument
2158 func_decl->setInlineSpecified(is_inline); in CreateFunctionDeclaration()
7606 lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline, in AddMethodToCXXRecordType() argument
7658 cxx_dtor_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
7670 cxx_ctor_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
7696 cxx_method_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
7708 cxx_conversion_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
7721 cxx_method_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2005 const bool is_inline = false; in AddContextClassType() local
2012 method_type, lldb::eAccessPublic, is_virtual, is_static, is_inline, in AddContextClassType()