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

Declarations

tools/clang/lib/AST/ASTImporter.cpp
  437     bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,

References

tools/clang/lib/AST/ASTImporter.cpp
 2636           if (!IsStructuralMatch(D, FoundRecord, false))
 2642         if (IsStructuralMatch(D, FoundRecord)) {
 5180     if (IsStructuralMatch(D, PrevDecl)) {