Searched defs:ivar_decl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2800 clang::ObjCIvarDecl *ivar_decl = nullptr; local
1759 DelayedAddObjCClassProperty( const CompilerType &class_opaque_type, const char *property_name, const CompilerType &property_opaque_type, clang::ObjCIvarDecl *ivar_decl, const char *property_setter_name, const char *property_getter_name, uint32_t property_attributes, const ClangASTMetadata *metadata) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp5237 const clang::ObjCIvarDecl *ivar_decl = *ivar_pos; local
5942 clang::ObjCIvarDecl *ivar_decl = *ivar_pos; local
6374 const clang::ObjCIvarDecl *ivar_decl = *ivar_pos; local
6572 const clang::ObjCIvarDecl *ivar_decl = *ivar_pos; local
7367 AddObjCClassProperty( const CompilerType &type, const char *property_name, const CompilerType &property_clang_type, clang::ObjCIvarDecl *ivar_decl, const char *property_setter_name, const char *property_getter_name, uint32_t property_attributes, ClangASTMetadata *metadata) argument
[all...]

Completed in 101 milliseconds