Searched refs:is_explicit (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_node_options.h | 46 static const bool is_explicit = IsExplicit; member 48 typedef explicitness<true> is_explicit; typedef 72 : std::integral_constant<bool, EnableSentinelTracking>, is_explicit {}; 149 extract_sentinel_tracking<Options...>::is_explicit,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.h | 429 bool is_explicit = false; member
|
| H A D | DWARFASTParserClang.cpp | 359 is_explicit = form_value.Boolean(); in ParsedDWARFTypeAttributes() 1173 is_static, attrs.is_inline, attrs.is_explicit, in ParseSubroutine()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 321 bool is_explicit = false); 963 bool is_explicit, bool is_attr_used, bool is_artificial);
|
| H A D | TypeSystemClang.cpp | 1240 bool is_framework, bool is_explicit) { in GetOrCreateClangModule() argument 1265 is_framework, is_explicit); in GetOrCreateClangModule() 7557 bool is_explicit, bool is_attr_used, bool is_artificial) { in AddMethodToCXXRecordType() argument 7596 nullptr /*expr*/, is_explicit ? clang::ExplicitSpecKind::ResolvedTrue in AddMethodToCXXRecordType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1995 const bool is_explicit = false; in AddContextClassType() local 2002 is_explicit, is_attr_used, is_artificial); in AddContextClassType()
|