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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 3615   ASSERT_EQ(FromDWithInit, FromDWithDef->getPreviousDecl());
 3618   ASSERT_TRUE(FromDWithDef->isThisDeclarationADefinition());
 3619   ASSERT_FALSE(FromDWithDef->getInit());
 3626   auto *ImportedD = cast<VarDecl>(Import(FromDWithDef, Lang_CXX11));