Searched refs:SetMetadataAsUserID (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestClangASTImporter.cpp | 167 source.ast->SetMetadataAsUserID(source.record_decl, metadata); in TEST_F() 189 source.ast->SetMetadataAsUserID(source.record_decl, metadata); in TEST_F() 224 source.ast->SetMetadataAsUserID(source.record_decl, metadata); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.h | 192 void SetMetadataAsUserID(const clang::Decl *decl, lldb::user_id_t user_id); 193 void SetMetadataAsUserID(const clang::Type *type, lldb::user_id_t user_id);
|
D | TypeSystemClang.cpp | 2435 void TypeSystemClang::SetMetadataAsUserID(const clang::Decl *decl, in SetMetadataAsUserID() function in TypeSystemClang 2442 void TypeSystemClang::SetMetadataAsUserID(const clang::Type *type, in SetMetadataAsUserID() function in TypeSystemClang
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFASTParserClang.cpp | 999 m_ast.SetMetadataAsUserID(objc_method_decl, die.GetID()); in ParseSubroutine() 1348 m_ast.SetMetadataAsUserID(type, die.GetID()); in ParseArrayType() 2722 m_ast.SetMetadataAsUserID(field_decl, die.GetID()); in ParseSingleMember() 2756 m_ast.SetMetadataAsUserID(ivar_decl, die.GetID()); in ParseSingleMember() 3013 m_ast.SetMetadataAsUserID(param_var_decl, die.GetID()); in ParseChildParameters()
|