Searched defs:is_explicit (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_options.h38 static const bool is_explicit = IsExplicit; member in struct:llvm::ilist_detail::explicitness
40 typedef explicitness<true> is_explicit; typedef in namespace:llvm::ilist_detail
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h228 bool is_explicit = false; member in struct:ParsedDWARFTypeAttributes
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1969 const bool is_explicit = false; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7120 AddMethodToCXXRecordType( lldb::opaque_compiler_type_t type, llvm::StringRef name, const char *mangled_name, const CompilerType &method_clang_type, lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline, bool is_explicit, bool is_attr_used, bool is_artificial) argument

Completed in 184 milliseconds