Searched refs:IsStructuralMatch (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 448 bool IsStructuralMatch(FunctionTemplateDecl *From, 2495 if (IsStructuralMatch(D, FoundEnum)) in VisitEnumDecl() 2625 if (!IsStructuralMatch(D, FoundRecord, false)) in VisitRecordDecl() 2628 if (IsStructuralMatch(D, FoundRecord)) { in VisitRecordDecl() 2815 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl() 3003 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionDecl() 4958 if (IsStructuralMatch(D, FoundTemplate)) { in VisitClassTemplateDecl() 5089 if (IsStructuralMatch(D, FoundDef)) { in VisitClassTemplateSpecializationDecl() 5263 if (IsStructuralMatch(D, FoundTemplate)) { in VisitVarTemplateDecl() 5372 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl() [all …]
|