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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 3589   ASSERT_NE(FromDWithInit, FromDWithDef);
 3590   ASSERT_EQ(FromDWithDef->getPreviousDecl(), FromDWithInit);
 3593   auto *ToD1 = cast<VarDecl>(Import(FromDWithDef, Lang_CXX11));