Home
last modified time | relevance | path

Searched refs:IsStructuralMatch (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp463 bool IsStructuralMatch(Decl *From, Decl *To, bool Complain = true,
2430 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain, in IsStructuralMatch() function in ASTNodeImporter
2836 if (IsStructuralMatch(D, FoundAlias)) in VisitTypeAliasTemplateDecl()
2952 if (IsStructuralMatch(D, FoundEnum, !SearchName.isEmpty())) { in VisitEnumDecl()
3091 if (!IsStructuralMatch(D, FoundRecord, false)) in VisitRecordDecl()
3097 if (IsStructuralMatch(D, FoundRecord)) { in VisitRecordDecl()
3299 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl()
3755 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionDecl()
6064 if (IsStructuralMatch(D, FoundTemplate, /*Complain=*/true, in VisitClassTemplateDecl()
6184 if (IsStructuralMatch(D, PrevDecl)) { in VisitClassTemplateSpecializationDecl()
[all …]