Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddiagnose_nsstring.py114 is_inline = (info_bits & 0x60) == 0
123 …(info_bits, "yes" if is_mutable else "no", "yes" if is_inline else "no", "yes" if has_explicit_len…
128 if is_mutable and not is_inline:
130 elif is_inline:
132 elif not is_inline and not is_mutable:
149 elif is_inline and has_explicit_length and not is_unicode and not is_special and not is_mutable:
153 if is_inline:
162 elif is_inline:
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DCFString.py307 def is_inline(self): member in CFStringSynthProvider
347 self.inline = self.is_inline()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h126 bool is_inline, clang::DeclContext *parent);
H A DPdbAstBuilder.cpp854 bool is_inline, clang::DeclContext *parent) { in CreateFunctionDecl() argument
914 is_inline); in CreateFunctionDecl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h302 bool is_inline = false; member
H A DDWARFASTParserClang.cpp343 is_inline = form_value.Boolean(); in ParsedDWARFTypeAttributes()
1124 is_static, attrs.is_inline, attrs.is_explicit, in ParseSubroutine()
1226 attrs.is_inline); in ParseSubroutine()
1236 attrs.storage, attrs.is_inline); in ParseSubroutine()
3447 bool is_inline = in ResolveNamespaceDIE() local
3452 is_inline); in ResolveNamespaceDIE()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h404 bool is_inline = false);
411 clang::StorageClass storage, bool is_inline);
890 lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline,
H A DTypeSystemClang.cpp1892 OptionalClangModuleID owning_module, bool is_inline) { in GetUniqueNamespaceDeclaration() argument
1909 namespace_decl = NamespaceDecl::Create(ast, decl_ctx, is_inline, in GetUniqueNamespaceDeclaration()
2176 clang::StorageClass storage, bool is_inline) { in CreateFunctionDeclaration() argument
2192 func_decl->setInlineSpecified(is_inline); in CreateFunctionDeclaration()
7681 lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline, in AddMethodToCXXRecordType() argument
7733 cxx_dtor_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
7745 cxx_ctor_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
7771 cxx_method_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
7783 cxx_conversion_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
7796 cxx_method_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2006 const bool is_inline = false; in AddContextClassType() local
2013 method_type, lldb::eAccessPublic, is_virtual, is_static, is_inline, in AddContextClassType()