Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1977 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch() function in ASTNodeImporter
1985 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() function in ASTNodeImporter
2004 bool ASTNodeImporter::IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar, in IsStructuralMatch() function in ASTNodeImporter
2013 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() function in ASTNodeImporter
2020 bool ASTNodeImporter::IsStructuralMatch(FunctionTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2029 bool ASTNodeImporter::IsStructuralMatch(FunctionDecl *From, FunctionDecl *To) { in IsStructuralMatch() function in ASTNodeImporter
2037 bool ASTNodeImporter::IsStructuralMatch(EnumConstantDecl *FromEC, in IsStructuralMatch() function in ASTNodeImporter
2047 bool ASTNodeImporter::IsStructuralMatch(ClassTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2056 bool ASTNodeImporter::IsStructuralMatch(VarTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter