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

References

tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  416   ASSERT_TRUE(type);
  417   m_ast->StartTagDeclarationDefinition(type);
  418   m_ast->CompleteTagDeclarationDefinition(type);
  422       type, "foo_def",
  433   for (CompilerType t : {type, typedef_type, auto_type}) {