Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h854 AddMethodToCXXRecordType(lldb::opaque_compiler_type_t type, const char *name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1353 return m_ast.AddMethodToCXXRecordType( in AddRecordMethod()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2160 ->AddMethodToCXXRecordType( in AddThisType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1521 m_ast.AddMethodToCXXRecordType( in ParseTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp8135 clang::CXXMethodDecl *ClangASTContext::AddMethodToCXXRecordType( in AddMethodToCXXRecordType() function in ClangASTContext