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());
 3616   ASSERT_TRUE(FromDWithInit->getInit());
 3617   ASSERT_FALSE(FromDWithInit->isThisDeclarationADefinition());