Searched defs:is_explicit (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ |
H A D | ilist_node_options.h | 59 static const bool is_explicit = IsExplicit; member 61 typedef explicitness<true> is_explicit; typedef
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 480 bool is_explicit = false; global() member
|
/llvm-project/lldb/unittests/Symbol/ |
H A D | TestTypeSystemClang.cpp | 860 bool is_explicit = true; TEST_F() local 892 bool is_explicit = true; TEST_F() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1990 const bool is_explicit = false; in AddContextClassType() local
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1188 GetOrCreateClangModule(llvm::StringRef name,OptionalClangModuleID parent,bool is_framework,bool is_explicit) GetOrCreateClangModule() argument 7716 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) AddMethodToCXXRecordType() argument
|