Searched defs:IsStmtEquivalent (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 167 bool IsStmtEquivalent(const AddrLabelExpr *E1, const AddrLabelExpr *E2) { in IsStmtEquivalent() function in __anona135636f0111::StmtComparer 171 bool IsStmtEquivalent(const AtomicExpr *E1, const AtomicExpr *E2) { in IsStmtEquivalent() function in __anona135636f0111::StmtComparer 175 bool IsStmtEquivalent(const BinaryOperator *E1, const BinaryOperator *E2) { in IsStmtEquivalent() function in __anona135636f0111::StmtComparer 179 bool IsStmtEquivalent(const CallExpr *E1, const CallExpr *E2) { in IsStmtEquivalent() function in __anona135636f0111::StmtComparer 196 bool IsStmtEquivalent(const CharacterLiteral *E1, in IsStmtEquivalent() function in __anona135636f0111::StmtComparer 201 bool IsStmtEquivalent(const ChooseExpr *E1, const ChooseExpr *E2) { in IsStmtEquivalent() function in __anona135636f0111::StmtComparer 205 bool IsStmtEquivalent(const CompoundStmt *E1, const CompoundStmt *E2) { in IsStmtEquivalent() function in __anona135636f0111::StmtComparer 214 bool IsStmtEquivalent(const DependentScopeDeclRefExpr *DE1, in IsStmtEquivalent() function in __anona135636f0111::StmtComparer 223 bool IsStmtEquivalent(const Expr *E1, const Expr *E2) { in IsStmtEquivalent() function in __anona135636f0111::StmtComparer 227 bool IsStmtEquivalent(const ExpressionTraitExpr *E1, in IsStmtEquivalent() function in __anona135636f0111::StmtComparer [all …]
|