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

Declarations

tools/clang/include/clang/Serialization/ASTReader.h
 1352   Decl *getMostRecentExistingDecl(Decl *D);

References

tools/clang/lib/Serialization/ASTReader.cpp
 9967         for (auto *R = getMostRecentExistingDecl(RD); R;
 9984       for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl())
 9991       for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl())
 9998     for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl())