Searched refs:IsStructuralMatch (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 512 bool IsStructuralMatch(Decl *From, Decl *To, bool Complain = true, 2698 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain, in IsStructuralMatch() function in ASTNodeImporter 3106 if (IsStructuralMatch(D, FoundAlias)) in VisitTypeAliasTemplateDecl() 3222 if (IsStructuralMatch(D, FoundEnum, !SearchName.isEmpty())) { in VisitEnumDecl() 3361 if (!IsStructuralMatch(D, FoundRecord, false)) in VisitRecordDecl() 3367 if (IsStructuralMatch(D, FoundRecord)) { in VisitRecordDecl() 3570 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl() 4024 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionDecl() 6335 if (IsStructuralMatch(D, FoundTemplate, /*Complain=*/true, in VisitClassTemplateDecl() 6359 IsStructuralMatch(D, FoundTemplate, /*Complain=*/false, in VisitClassTemplateDecl() [all …]
|