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

References

tools/clang/lib/AST/ASTImporter.cpp
 2636           if (!IsStructuralMatch(D, FoundRecord, false))
 2639         if (!hasSameVisibilityContext(FoundRecord, D))
 2642         if (IsStructuralMatch(D, FoundRecord)) {
 2643           RecordDecl *FoundDef = FoundRecord->getDefinition();
 2659           PrevDecl = FoundRecord->getMostRecentDecl();