Searched refs:is_explicit (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | ilist_node_options.h | 39 static const bool is_explicit = IsExplicit; member 41 typedef explicitness<true> is_explicit; typedef 65 : std::integral_constant<bool, EnableSentinelTracking>, is_explicit {}; 124 extract_sentinel_tracking<Options...>::is_explicit,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 2154 const bool is_explicit = false; in AddThisType() local 2163 is_inline, is_explicit, is_attr_used, is_artificial); in AddThisType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1143 bool is_explicit = false; in ParseTypeFromDWARF() local 1195 is_explicit = form_value.Boolean(); in ParseTypeFromDWARF() 1525 is_inline, is_explicit, is_attr_used, in ParseTypeFromDWARF()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ClangASTContext.h | 858 bool is_static, bool is_inline, bool is_explicit,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 8138 bool is_virtual, bool is_static, bool is_inline, bool is_explicit, in AddMethodToCXXRecordType() argument 8196 is_explicit, is_inline, is_artificial, false /*is_constexpr*/); in AddMethodToCXXRecordType() 8231 is_inline, is_explicit, false /*is_constexpr*/, in AddMethodToCXXRecordType()
|