Lines Matching refs:decl2
632 /* Return true if DECL1 and DECL2 are identical methods. Consider
636 methods_equal_p (tree decl1, tree decl2)
638 if (DECL_ASSEMBLER_NAME (decl1) == DECL_ASSEMBLER_NAME (decl2))
646 const char *name2 = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl2));
904 tree decl2 = TYPE_NAME (TYPE_MAIN_VARIANT (t2));
940 inform (DECL_SOURCE_LOCATION (decl2),
951 decl2 = st2;
955 inform (DECL_SOURCE_LOCATION (decl2),
960 decl2 = st2;
964 inform (DECL_SOURCE_LOCATION (decl2), reason);