Lines Matching refs:classof

83   static bool classof(const Stmt *T) {
86 static bool classof(const CXXOperatorCallExpr *) { return true; }
124 static bool classof(const Stmt *T) {
127 static bool classof(const CXXMemberCallExpr *) { return true; }
152 static bool classof(const Stmt *T) {
155 static bool classof(const CUDAKernelCallExpr *) { return true; }
196 static bool classof(const Stmt *T) {
207 static bool classof(const CXXNamedCastExpr *) { return true; }
234 static bool classof(const Stmt *T) {
237 static bool classof(const CXXStaticCastExpr *) { return true; }
268 static bool classof(const Stmt *T) {
271 static bool classof(const CXXDynamicCastExpr *) { return true; }
300 static bool classof(const Stmt *T) {
303 static bool classof(const CXXReinterpretCastExpr *) { return true; }
328 static bool classof(const Stmt *T) {
331 static bool classof(const CXXConstCastExpr *) { return true; }
397 static bool classof(const Stmt *S) {
400 static bool classof(const UserDefinedLiteral *) { return true; }
428 static bool classof(const Stmt *T) {
431 static bool classof(const CXXBoolLiteralExpr *) { return true; }
454 static bool classof(const Stmt *T) {
457 static bool classof(const CXXNullPtrLiteralExpr *) { return true; }
535 static bool classof(const Stmt *T) {
538 static bool classof(const CXXTypeidExpr *) { return true; }
610 static bool classof(const Stmt *T) {
613 static bool classof(const CXXUuidofExpr *) { return true; }
658 static bool classof(const Stmt *T) {
661 static bool classof(const CXXThisExpr *) { return true; }
709 static bool classof(const Stmt *T) {
712 static bool classof(const CXXThrowExpr *) { return true; }
797 static bool classof(const Stmt *T) {
800 static bool classof(const CXXDefaultArgExpr *) { return true; }
874 static bool classof(const Stmt *T) {
877 static bool classof(const CXXBindTemporaryExpr *) { return true; }
1009 static bool classof(const Stmt *T) {
1013 static bool classof(const CXXConstructExpr *) { return true; }
1065 static bool classof(const Stmt *T) {
1068 static bool classof(const CXXFunctionalCastExpr *) { return true; }
1103 static bool classof(const Stmt *T) {
1106 static bool classof(const CXXTemporaryObjectExpr *) { return true; }
1396 static bool classof(const Stmt *T) {
1399 static bool classof(const LambdaExpr *) { return true; }
1444 static bool classof(const Stmt *T) {
1447 static bool classof(const CXXScalarValueInitExpr *) { return true; }
1631 static bool classof(const Stmt *T) {
1634 static bool classof(const CXXNewExpr *) { return true; }
1702 static bool classof(const Stmt *T) {
1705 static bool classof(const CXXDeleteExpr *) { return true; }
1891 static bool classof(const Stmt *T) {
1894 static bool classof(const CXXPseudoDestructorExpr *) { return true; }
1947 static bool classof(const Stmt *T) {
1950 static bool classof(const UnaryTypeTraitExpr *) { return true; }
2019 static bool classof(const Stmt *T) {
2022 static bool classof(const BinaryTypeTraitExpr *) { return true; }
2113 static bool classof(const Stmt *T) {
2116 static bool classof(const TypeTraitExpr *) { return true; }
2188 static bool classof(const Stmt *T) {
2191 static bool classof(const ArrayTypeTraitExpr *) { return true; }
2247 static bool classof(const Stmt *T) {
2250 static bool classof(const ExpressionTraitExpr *) { return true; }
2433 static bool classof(const Stmt *T) {
2437 static bool classof(const OverloadExpr *) { return true; }
2556 static bool classof(const Stmt *T) {
2559 static bool classof(const UnresolvedLookupExpr *) { return true; }
2707 static bool classof(const Stmt *T) {
2710 static bool classof(const DependentScopeDeclRefExpr *) { return true; }
2780 static bool classof(const Stmt *T) {
2783 static bool classof(const ExprWithCleanups *) { return true; }
2893 static bool classof(const Stmt *T) {
2896 static bool classof(const CXXUnresolvedConstructExpr *) { return true; }
3142 static bool classof(const Stmt *T) {
3145 static bool classof(const CXXDependentScopeMemberExpr *) { return true; }
3276 static bool classof(const Stmt *T) {
3279 static bool classof(const UnresolvedMemberExpr *) { return true; }
3320 static bool classof(const Stmt *T) {
3323 static bool classof(const CXXNoexceptExpr *) { return true; }
3397 static bool classof(const Stmt *T) {
3400 static bool classof(const PackExpansionExpr *) { return true; }
3503 static bool classof(const Stmt *T) {
3506 static bool classof(const SizeOfPackExpr *) { return true; }
3548 static bool classof(const Stmt *s) {
3551 static bool classof(const SubstNonTypeTemplateParmExpr *) {
3608 static bool classof(const Stmt *T) {
3611 static bool classof(const SubstNonTypeTemplateParmPackExpr *) {
3670 static bool classof(const Stmt *T) {
3673 static bool classof(const MaterializeTemporaryExpr *) {