Searched defs:IsStructuralMatch (Results 1 – 2 of 2) sorted by relevance
| /external/clang/lib/AST/ |
| D | ASTImporter.cpp | 2357 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() function in ASTNodeImporter 2375 bool ASTNodeImporter::IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar, in IsStructuralMatch() function in ASTNodeImporter 2383 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() function in ASTNodeImporter 2390 bool ASTNodeImporter::IsStructuralMatch(EnumConstantDecl *FromEC, in IsStructuralMatch() function in ASTNodeImporter 2401 bool ASTNodeImporter::IsStructuralMatch(ClassTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter 2409 bool ASTNodeImporter::IsStructuralMatch(VarTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
|
| /external/llvm-project/clang/lib/AST/ |
| D | ASTImporter.cpp | 2108 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch() function in ASTNodeImporter 2116 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() function in ASTNodeImporter 2135 bool ASTNodeImporter::IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar, in IsStructuralMatch() function in ASTNodeImporter 2144 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() function in ASTNodeImporter 2157 bool ASTNodeImporter::IsStructuralMatch(FunctionTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter 2166 bool ASTNodeImporter::IsStructuralMatch(FunctionDecl *From, FunctionDecl *To) { in IsStructuralMatch() function in ASTNodeImporter 2174 bool ASTNodeImporter::IsStructuralMatch(EnumConstantDecl *FromEC, in IsStructuralMatch() function in ASTNodeImporter 2184 bool ASTNodeImporter::IsStructuralMatch(ClassTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter 2193 bool ASTNodeImporter::IsStructuralMatch(VarTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
|