Lines Matching refs:PDBASTParser
359 PDBASTParser::PDBASTParser(lldb_private::ClangASTContext &ast) : m_ast(ast) {} in PDBASTParser() function in PDBASTParser
361 PDBASTParser::~PDBASTParser() {} in ~PDBASTParser()
365 lldb::TypeSP PDBASTParser::CreateLLDBTypeFromPDBType(const PDBSymbol &type) { in CreateLLDBTypeFromPDBType()
761 bool PDBASTParser::CompleteTypeFromPDB( in CompleteTypeFromPDB()
802 PDBASTParser::GetDeclForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclForSymbol()
961 PDBASTParser::GetDeclContextForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclContextForSymbol()
989 clang::DeclContext *PDBASTParser::GetDeclContextContainingSymbol( in GetDeclContextContainingSymbol()
1063 void PDBASTParser::ParseDeclsForDeclContext( in ParseDeclsForDeclContext()
1088 PDBASTParser::FindNamespaceDecl(const clang::DeclContext *parent, in FindNamespaceDecl()
1113 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
1161 bool PDBASTParser::CompleteTypeFromUDT( in CompleteTypeFromUDT()
1201 void PDBASTParser::AddRecordMembers( in AddRecordMembers()
1268 void PDBASTParser::AddRecordBases( in AddRecordBases()
1318 void PDBASTParser::AddRecordMethods(lldb_private::SymbolFile &symbol_file, in AddRecordMethods()
1328 PDBASTParser::AddRecordMethod(lldb_private::SymbolFile &symbol_file, in AddRecordMethod()