Searched defs:is_artificial (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 258 bool is_artificial = false; global() member 295 bool is_artificial = false; global() member 427 bool is_artificial = false; global() member
|
H A D | DWARFASTParserClang.cpp | 3214 bool is_artificial = false; ParseChildParameters() local
|
H A D | SymbolFileDWARF.cpp | 3495 bool is_artificial = false; ParseVariableDIE() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symbol.cpp | 39 bool is_artificial, const lldb::SectionSP §ion_sp, in Symbol() argument 53 bool is_artificial, const AddressRange &range, in Symbol() argument 118 const bool is_artificial = false; FromJSON() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | UdtRecordCompleter.cpp | 108 bool is_artificial = (options & MethodOptions::CompilerGenerated) == AddMethod() local
|
H A D | PdbAstBuilder.cpp | 87 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1997 is_explicit, is_attr_used, is_artificial); in AddContextClassType() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 942 bool is_artificial = false; in ParseVariableForPDBData() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 7557 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 8033 AddMethodToObjCObjectType(const CompilerType & type,const char * name,const CompilerType & method_clang_type,bool is_artificial,bool is_variadic,bool is_objc_direct_call) AddMethodToObjCObjectType() argument
|