Home
last modified time | relevance | path

Searched defs:is_artificial (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h258 bool is_artificial = false; global() member
295 bool is_artificial = false; global() member
427 bool is_artificial = false; global() member
H A DDWARFASTParserClang.cpp3214 bool is_artificial = false; ParseChildParameters() local
H A DSymbolFileDWARF.cpp3495 bool is_artificial = false; ParseVariableDIE() local
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp39 bool is_artificial, const lldb::SectionSP &section_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 DUdtRecordCompleter.cpp108 bool is_artificial = (options & MethodOptions::CompilerGenerated) == AddMethod() local
H A DPdbAstBuilder.cpp87 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1997 is_explicit, is_attr_used, is_artificial); in AddContextClassType() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp942 bool is_artificial = false; in ParseVariableForPDBData() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7557 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