Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp110 m_ast_builder.clang().AddMethodToCXXRecordType( in AddMethod()
H A DPdbAstBuilder.cpp88 function_decl = m_clang.AddMethodToCXXRecordType( in AddMethod()
902 function_decl = m_clang.AddMethodToCXXRecordType( in CreateFunctionDecl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h887 clang::CXXMethodDecl *AddMethodToCXXRecordType(
H A DTypeSystemClang.cpp7678 clang::CXXMethodDecl *TypeSystemClang::AddMethodToCXXRecordType( in AddMethodToCXXRecordType() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1441 return m_ast.AddMethodToCXXRecordType( in AddRecordMethod()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2011 CXXMethodDecl *method_decl = m_clang_ast_context->AddMethodToCXXRecordType( in AddContextClassType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1120 m_ast.AddMethodToCXXRecordType( in ParseSubroutine()