Searched refs:IsStructuralMatch (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 488 bool IsStructuralMatch(FunctionTemplateDecl *From, 2741 if (IsStructuralMatch(D, FoundEnum)) { in VisitEnumDecl() 2871 if (!IsStructuralMatch(D, FoundRecord, false)) in VisitRecordDecl() 2877 if (IsStructuralMatch(D, FoundRecord)) { in VisitRecordDecl() 3068 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl() 3335 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionDecl() 5524 if (IsStructuralMatch(D, FoundTemplate)) { in VisitClassTemplateDecl() 5645 if (IsStructuralMatch(D, PrevDecl)) { in VisitClassTemplateSpecializationDecl() 5813 if (IsStructuralMatch(D, FoundTemplate)) { in VisitVarTemplateDecl() 5939 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl() [all …]
|