reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  557     if (!ast_typedef.IsValid()) {
  560       ast_typedef = m_ast.CreateTypedefType(
  562       if (!ast_typedef)
  565       auto typedef_decl = ClangASTContext::GetAsTypedefDecl(ast_typedef);
  571       ast_typedef = ast_typedef.AddConstModifier();
  571       ast_typedef = ast_typedef.AddConstModifier();
  574       ast_typedef = ast_typedef.AddVolatileModifier();
  574       ast_typedef = ast_typedef.AddVolatileModifier();
  583         lldb_private::Type::eEncodingIsTypedefUID, decl, ast_typedef,