Searched refs:IsStructuralMatch (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTImporter.cpp | 466 bool IsStructuralMatch(Decl *From, Decl *To, bool Complain); 467 bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord, 469 bool IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar, 471 bool IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToRecord); 472 bool IsStructuralMatch(EnumConstantDecl *FromEC, EnumConstantDecl *ToEC); 473 bool IsStructuralMatch(FunctionTemplateDecl *From, 475 bool IsStructuralMatch(FunctionDecl *From, FunctionDecl *To); 476 bool IsStructuralMatch(ClassTemplateDecl *From, ClassTemplateDecl *To); 477 bool IsStructuralMatch(VarTemplateDecl *From, VarTemplateDecl *To); 2142 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch() function in ASTNodeImporter [all …]
|