Searched refs:is_explicit (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_node_options.h | 38 static const bool is_explicit = IsExplicit; member 40 typedef explicitness<true> is_explicit; typedef 64 : std::integral_constant<bool, EnableSentinelTracking>, is_explicit {}; 123 extract_sentinel_tracking<Options...>::is_explicit,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.h | 229 bool is_explicit = false; member
|
| H A D | DWARFASTParserClang.cpp | 368 is_explicit = form_value.Boolean(); in ParsedDWARFTypeAttributes() 1143 is_static, attrs.is_inline, attrs.is_explicit, in ParseSubroutine()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 310 bool is_explicit = false); 880 bool is_explicit, bool is_attr_used, bool is_artificial);
|
| H A D | TypeSystemClang.cpp | 1252 bool is_framework, bool is_explicit) { in GetOrCreateClangModule() argument 1277 is_framework, is_explicit); in GetOrCreateClangModule() 7514 bool is_explicit, bool is_attr_used, bool is_artificial) { in AddMethodToCXXRecordType() argument 7553 nullptr /*expr*/, is_explicit ? clang::ExplicitSpecKind::ResolvedTrue in AddMethodToCXXRecordType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1918 const bool is_explicit = false; in AddContextClassType() local 1925 is_explicit, is_attr_used, is_artificial); in AddContextClassType()
|