Home
last modified time | relevance | path

Searched refs:AddMethodToCXXRecordType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp113 m_ast_builder.clang().AddMethodToCXXRecordType( in AddMethod()
H A DPdbAstBuilder.cpp89 function_decl = m_clang.AddMethodToCXXRecordType( in AddMethod()
904 function_decl = m_clang.AddMethodToCXXRecordType( in CreateFunctionDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h980 clang::CXXMethodDecl *AddMethodToCXXRecordType(
H A DTypeSystemClang.cpp7712 clang::CXXMethodDecl *TypeSystemClang::AddMethodToCXXRecordType( in AddMethodToCXXRecordType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1448 return m_ast.AddMethodToCXXRecordType( in AddRecordMethod()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1994 CXXMethodDecl *method_decl = m_clang_ast_context->AddMethodToCXXRecordType( in AddContextClassType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1141 clang::CXXMethodDecl *cxx_method_decl = m_ast.AddMethodToCXXRecordType( in ParseCXXMethod()