Searched refs:IsStructuralMatch (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 511 bool IsStructuralMatch(Decl *From, Decl *To, bool Complain = true); 2727 if (IsStructuralMatch(D, FoundEnum)) { in VisitEnumDecl() 2857 if (!IsStructuralMatch(D, FoundRecord, false)) in VisitRecordDecl() 2863 if (IsStructuralMatch(D, FoundRecord)) { in VisitRecordDecl() 3054 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl() 3368 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionDecl() 5634 if (IsStructuralMatch(D, FoundTemplate)) { in VisitClassTemplateDecl() 5750 if (IsStructuralMatch(D, PrevDecl)) { in VisitClassTemplateSpecializationDecl() 5918 if (IsStructuralMatch(D, FoundTemplate)) { in VisitVarTemplateDecl() 6039 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl() [all …]
|