Lines Matching refs:RECORD

779 #define RECORD(X) EmitRecordID(X, #X, Stream, Record)  in AddStmtsExprs()  macro
780 RECORD(STMT_STOP); in AddStmtsExprs()
781 RECORD(STMT_NULL_PTR); in AddStmtsExprs()
782 RECORD(STMT_REF_PTR); in AddStmtsExprs()
783 RECORD(STMT_NULL); in AddStmtsExprs()
784 RECORD(STMT_COMPOUND); in AddStmtsExprs()
785 RECORD(STMT_CASE); in AddStmtsExprs()
786 RECORD(STMT_DEFAULT); in AddStmtsExprs()
787 RECORD(STMT_LABEL); in AddStmtsExprs()
788 RECORD(STMT_ATTRIBUTED); in AddStmtsExprs()
789 RECORD(STMT_IF); in AddStmtsExprs()
790 RECORD(STMT_SWITCH); in AddStmtsExprs()
791 RECORD(STMT_WHILE); in AddStmtsExprs()
792 RECORD(STMT_DO); in AddStmtsExprs()
793 RECORD(STMT_FOR); in AddStmtsExprs()
794 RECORD(STMT_GOTO); in AddStmtsExprs()
795 RECORD(STMT_INDIRECT_GOTO); in AddStmtsExprs()
796 RECORD(STMT_CONTINUE); in AddStmtsExprs()
797 RECORD(STMT_BREAK); in AddStmtsExprs()
798 RECORD(STMT_RETURN); in AddStmtsExprs()
799 RECORD(STMT_DECL); in AddStmtsExprs()
800 RECORD(STMT_GCCASM); in AddStmtsExprs()
801 RECORD(STMT_MSASM); in AddStmtsExprs()
802 RECORD(EXPR_PREDEFINED); in AddStmtsExprs()
803 RECORD(EXPR_DECL_REF); in AddStmtsExprs()
804 RECORD(EXPR_INTEGER_LITERAL); in AddStmtsExprs()
805 RECORD(EXPR_FLOATING_LITERAL); in AddStmtsExprs()
806 RECORD(EXPR_IMAGINARY_LITERAL); in AddStmtsExprs()
807 RECORD(EXPR_STRING_LITERAL); in AddStmtsExprs()
808 RECORD(EXPR_CHARACTER_LITERAL); in AddStmtsExprs()
809 RECORD(EXPR_PAREN); in AddStmtsExprs()
810 RECORD(EXPR_PAREN_LIST); in AddStmtsExprs()
811 RECORD(EXPR_UNARY_OPERATOR); in AddStmtsExprs()
812 RECORD(EXPR_SIZEOF_ALIGN_OF); in AddStmtsExprs()
813 RECORD(EXPR_ARRAY_SUBSCRIPT); in AddStmtsExprs()
814 RECORD(EXPR_CALL); in AddStmtsExprs()
815 RECORD(EXPR_MEMBER); in AddStmtsExprs()
816 RECORD(EXPR_BINARY_OPERATOR); in AddStmtsExprs()
817 RECORD(EXPR_COMPOUND_ASSIGN_OPERATOR); in AddStmtsExprs()
818 RECORD(EXPR_CONDITIONAL_OPERATOR); in AddStmtsExprs()
819 RECORD(EXPR_IMPLICIT_CAST); in AddStmtsExprs()
820 RECORD(EXPR_CSTYLE_CAST); in AddStmtsExprs()
821 RECORD(EXPR_COMPOUND_LITERAL); in AddStmtsExprs()
822 RECORD(EXPR_EXT_VECTOR_ELEMENT); in AddStmtsExprs()
823 RECORD(EXPR_INIT_LIST); in AddStmtsExprs()
824 RECORD(EXPR_DESIGNATED_INIT); in AddStmtsExprs()
825 RECORD(EXPR_DESIGNATED_INIT_UPDATE); in AddStmtsExprs()
826 RECORD(EXPR_IMPLICIT_VALUE_INIT); in AddStmtsExprs()
827 RECORD(EXPR_NO_INIT); in AddStmtsExprs()
828 RECORD(EXPR_VA_ARG); in AddStmtsExprs()
829 RECORD(EXPR_ADDR_LABEL); in AddStmtsExprs()
830 RECORD(EXPR_STMT); in AddStmtsExprs()
831 RECORD(EXPR_CHOOSE); in AddStmtsExprs()
832 RECORD(EXPR_GNU_NULL); in AddStmtsExprs()
833 RECORD(EXPR_SHUFFLE_VECTOR); in AddStmtsExprs()
834 RECORD(EXPR_BLOCK); in AddStmtsExprs()
835 RECORD(EXPR_GENERIC_SELECTION); in AddStmtsExprs()
836 RECORD(EXPR_OBJC_STRING_LITERAL); in AddStmtsExprs()
837 RECORD(EXPR_OBJC_BOXED_EXPRESSION); in AddStmtsExprs()
838 RECORD(EXPR_OBJC_ARRAY_LITERAL); in AddStmtsExprs()
839 RECORD(EXPR_OBJC_DICTIONARY_LITERAL); in AddStmtsExprs()
840 RECORD(EXPR_OBJC_ENCODE); in AddStmtsExprs()
841 RECORD(EXPR_OBJC_SELECTOR_EXPR); in AddStmtsExprs()
842 RECORD(EXPR_OBJC_PROTOCOL_EXPR); in AddStmtsExprs()
843 RECORD(EXPR_OBJC_IVAR_REF_EXPR); in AddStmtsExprs()
844 RECORD(EXPR_OBJC_PROPERTY_REF_EXPR); in AddStmtsExprs()
845 RECORD(EXPR_OBJC_KVC_REF_EXPR); in AddStmtsExprs()
846 RECORD(EXPR_OBJC_MESSAGE_EXPR); in AddStmtsExprs()
847 RECORD(STMT_OBJC_FOR_COLLECTION); in AddStmtsExprs()
848 RECORD(STMT_OBJC_CATCH); in AddStmtsExprs()
849 RECORD(STMT_OBJC_FINALLY); in AddStmtsExprs()
850 RECORD(STMT_OBJC_AT_TRY); in AddStmtsExprs()
851 RECORD(STMT_OBJC_AT_SYNCHRONIZED); in AddStmtsExprs()
852 RECORD(STMT_OBJC_AT_THROW); in AddStmtsExprs()
853 RECORD(EXPR_OBJC_BOOL_LITERAL); in AddStmtsExprs()
854 RECORD(STMT_CXX_CATCH); in AddStmtsExprs()
855 RECORD(STMT_CXX_TRY); in AddStmtsExprs()
856 RECORD(STMT_CXX_FOR_RANGE); in AddStmtsExprs()
857 RECORD(EXPR_CXX_OPERATOR_CALL); in AddStmtsExprs()
858 RECORD(EXPR_CXX_MEMBER_CALL); in AddStmtsExprs()
859 RECORD(EXPR_CXX_CONSTRUCT); in AddStmtsExprs()
860 RECORD(EXPR_CXX_TEMPORARY_OBJECT); in AddStmtsExprs()
861 RECORD(EXPR_CXX_STATIC_CAST); in AddStmtsExprs()
862 RECORD(EXPR_CXX_DYNAMIC_CAST); in AddStmtsExprs()
863 RECORD(EXPR_CXX_REINTERPRET_CAST); in AddStmtsExprs()
864 RECORD(EXPR_CXX_CONST_CAST); in AddStmtsExprs()
865 RECORD(EXPR_CXX_FUNCTIONAL_CAST); in AddStmtsExprs()
866 RECORD(EXPR_USER_DEFINED_LITERAL); in AddStmtsExprs()
867 RECORD(EXPR_CXX_STD_INITIALIZER_LIST); in AddStmtsExprs()
868 RECORD(EXPR_CXX_BOOL_LITERAL); in AddStmtsExprs()
869 RECORD(EXPR_CXX_NULL_PTR_LITERAL); in AddStmtsExprs()
870 RECORD(EXPR_CXX_TYPEID_EXPR); in AddStmtsExprs()
871 RECORD(EXPR_CXX_TYPEID_TYPE); in AddStmtsExprs()
872 RECORD(EXPR_CXX_THIS); in AddStmtsExprs()
873 RECORD(EXPR_CXX_THROW); in AddStmtsExprs()
874 RECORD(EXPR_CXX_DEFAULT_ARG); in AddStmtsExprs()
875 RECORD(EXPR_CXX_DEFAULT_INIT); in AddStmtsExprs()
876 RECORD(EXPR_CXX_BIND_TEMPORARY); in AddStmtsExprs()
877 RECORD(EXPR_CXX_SCALAR_VALUE_INIT); in AddStmtsExprs()
878 RECORD(EXPR_CXX_NEW); in AddStmtsExprs()
879 RECORD(EXPR_CXX_DELETE); in AddStmtsExprs()
880 RECORD(EXPR_CXX_PSEUDO_DESTRUCTOR); in AddStmtsExprs()
881 RECORD(EXPR_EXPR_WITH_CLEANUPS); in AddStmtsExprs()
882 RECORD(EXPR_CXX_DEPENDENT_SCOPE_MEMBER); in AddStmtsExprs()
883 RECORD(EXPR_CXX_DEPENDENT_SCOPE_DECL_REF); in AddStmtsExprs()
884 RECORD(EXPR_CXX_UNRESOLVED_CONSTRUCT); in AddStmtsExprs()
885 RECORD(EXPR_CXX_UNRESOLVED_MEMBER); in AddStmtsExprs()
886 RECORD(EXPR_CXX_UNRESOLVED_LOOKUP); in AddStmtsExprs()
887 RECORD(EXPR_CXX_EXPRESSION_TRAIT); in AddStmtsExprs()
888 RECORD(EXPR_CXX_NOEXCEPT); in AddStmtsExprs()
889 RECORD(EXPR_OPAQUE_VALUE); in AddStmtsExprs()
890 RECORD(EXPR_BINARY_CONDITIONAL_OPERATOR); in AddStmtsExprs()
891 RECORD(EXPR_TYPE_TRAIT); in AddStmtsExprs()
892 RECORD(EXPR_ARRAY_TYPE_TRAIT); in AddStmtsExprs()
893 RECORD(EXPR_PACK_EXPANSION); in AddStmtsExprs()
894 RECORD(EXPR_SIZEOF_PACK); in AddStmtsExprs()
895 RECORD(EXPR_SUBST_NON_TYPE_TEMPLATE_PARM); in AddStmtsExprs()
896 RECORD(EXPR_SUBST_NON_TYPE_TEMPLATE_PARM_PACK); in AddStmtsExprs()
897 RECORD(EXPR_FUNCTION_PARM_PACK); in AddStmtsExprs()
898 RECORD(EXPR_MATERIALIZE_TEMPORARY); in AddStmtsExprs()
899 RECORD(EXPR_CUDA_KERNEL_CALL); in AddStmtsExprs()
900 RECORD(EXPR_CXX_UUIDOF_EXPR); in AddStmtsExprs()
901 RECORD(EXPR_CXX_UUIDOF_TYPE); in AddStmtsExprs()
902 RECORD(EXPR_LAMBDA); in AddStmtsExprs()
903 #undef RECORD in AddStmtsExprs()
911 #define RECORD(X) EmitRecordID(X, #X, Stream, Record) in WriteBlockInfoBlock() macro
915 RECORD(METADATA); in WriteBlockInfoBlock()
916 RECORD(SIGNATURE); in WriteBlockInfoBlock()
917 RECORD(MODULE_NAME); in WriteBlockInfoBlock()
918 RECORD(MODULE_DIRECTORY); in WriteBlockInfoBlock()
919 RECORD(MODULE_MAP_FILE); in WriteBlockInfoBlock()
920 RECORD(IMPORTS); in WriteBlockInfoBlock()
921 RECORD(ORIGINAL_FILE); in WriteBlockInfoBlock()
922 RECORD(ORIGINAL_PCH_DIR); in WriteBlockInfoBlock()
923 RECORD(ORIGINAL_FILE_ID); in WriteBlockInfoBlock()
924 RECORD(INPUT_FILE_OFFSETS); in WriteBlockInfoBlock()
927 RECORD(LANGUAGE_OPTIONS); in WriteBlockInfoBlock()
928 RECORD(TARGET_OPTIONS); in WriteBlockInfoBlock()
929 RECORD(DIAGNOSTIC_OPTIONS); in WriteBlockInfoBlock()
930 RECORD(FILE_SYSTEM_OPTIONS); in WriteBlockInfoBlock()
931 RECORD(HEADER_SEARCH_OPTIONS); in WriteBlockInfoBlock()
932 RECORD(PREPROCESSOR_OPTIONS); in WriteBlockInfoBlock()
935 RECORD(INPUT_FILE); in WriteBlockInfoBlock()
939 RECORD(TYPE_OFFSET); in WriteBlockInfoBlock()
940 RECORD(DECL_OFFSET); in WriteBlockInfoBlock()
941 RECORD(IDENTIFIER_OFFSET); in WriteBlockInfoBlock()
942 RECORD(IDENTIFIER_TABLE); in WriteBlockInfoBlock()
943 RECORD(EAGERLY_DESERIALIZED_DECLS); in WriteBlockInfoBlock()
944 RECORD(SPECIAL_TYPES); in WriteBlockInfoBlock()
945 RECORD(STATISTICS); in WriteBlockInfoBlock()
946 RECORD(TENTATIVE_DEFINITIONS); in WriteBlockInfoBlock()
947 RECORD(SELECTOR_OFFSETS); in WriteBlockInfoBlock()
948 RECORD(METHOD_POOL); in WriteBlockInfoBlock()
949 RECORD(PP_COUNTER_VALUE); in WriteBlockInfoBlock()
950 RECORD(SOURCE_LOCATION_OFFSETS); in WriteBlockInfoBlock()
951 RECORD(SOURCE_LOCATION_PRELOADS); in WriteBlockInfoBlock()
952 RECORD(EXT_VECTOR_DECLS); in WriteBlockInfoBlock()
953 RECORD(UNUSED_FILESCOPED_DECLS); in WriteBlockInfoBlock()
954 RECORD(PPD_ENTITIES_OFFSETS); in WriteBlockInfoBlock()
955 RECORD(VTABLE_USES); in WriteBlockInfoBlock()
956 RECORD(REFERENCED_SELECTOR_POOL); in WriteBlockInfoBlock()
957 RECORD(TU_UPDATE_LEXICAL); in WriteBlockInfoBlock()
958 RECORD(SEMA_DECL_REFS); in WriteBlockInfoBlock()
959 RECORD(WEAK_UNDECLARED_IDENTIFIERS); in WriteBlockInfoBlock()
960 RECORD(PENDING_IMPLICIT_INSTANTIATIONS); in WriteBlockInfoBlock()
961 RECORD(UPDATE_VISIBLE); in WriteBlockInfoBlock()
962 RECORD(DECL_UPDATE_OFFSETS); in WriteBlockInfoBlock()
963 RECORD(DECL_UPDATES); in WriteBlockInfoBlock()
964 RECORD(DIAG_PRAGMA_MAPPINGS); in WriteBlockInfoBlock()
965 RECORD(CUDA_SPECIAL_DECL_REFS); in WriteBlockInfoBlock()
966 RECORD(HEADER_SEARCH_TABLE); in WriteBlockInfoBlock()
967 RECORD(FP_PRAGMA_OPTIONS); in WriteBlockInfoBlock()
968 RECORD(OPENCL_EXTENSIONS); in WriteBlockInfoBlock()
969 RECORD(DELEGATING_CTORS); in WriteBlockInfoBlock()
970 RECORD(KNOWN_NAMESPACES); in WriteBlockInfoBlock()
971 RECORD(MODULE_OFFSET_MAP); in WriteBlockInfoBlock()
972 RECORD(SOURCE_MANAGER_LINE_TABLE); in WriteBlockInfoBlock()
973 RECORD(OBJC_CATEGORIES_MAP); in WriteBlockInfoBlock()
974 RECORD(FILE_SORTED_DECLS); in WriteBlockInfoBlock()
975 RECORD(IMPORTED_MODULES); in WriteBlockInfoBlock()
976 RECORD(OBJC_CATEGORIES); in WriteBlockInfoBlock()
977 RECORD(MACRO_OFFSET); in WriteBlockInfoBlock()
978 RECORD(INTERESTING_IDENTIFIERS); in WriteBlockInfoBlock()
979 RECORD(UNDEFINED_BUT_USED); in WriteBlockInfoBlock()
980 RECORD(LATE_PARSED_TEMPLATE); in WriteBlockInfoBlock()
981 RECORD(OPTIMIZE_PRAGMA_OPTIONS); in WriteBlockInfoBlock()
982 RECORD(MSSTRUCT_PRAGMA_OPTIONS); in WriteBlockInfoBlock()
983 RECORD(POINTERS_TO_MEMBERS_PRAGMA_OPTIONS); in WriteBlockInfoBlock()
984 RECORD(UNUSED_LOCAL_TYPEDEF_NAME_CANDIDATES); in WriteBlockInfoBlock()
985 RECORD(DELETE_EXPRS_TO_ANALYZE); in WriteBlockInfoBlock()
989 RECORD(SM_SLOC_FILE_ENTRY); in WriteBlockInfoBlock()
990 RECORD(SM_SLOC_BUFFER_ENTRY); in WriteBlockInfoBlock()
991 RECORD(SM_SLOC_BUFFER_BLOB); in WriteBlockInfoBlock()
992 RECORD(SM_SLOC_BUFFER_BLOB_COMPRESSED); in WriteBlockInfoBlock()
993 RECORD(SM_SLOC_EXPANSION_ENTRY); in WriteBlockInfoBlock()
997 RECORD(PP_MACRO_DIRECTIVE_HISTORY); in WriteBlockInfoBlock()
998 RECORD(PP_MACRO_FUNCTION_LIKE); in WriteBlockInfoBlock()
999 RECORD(PP_MACRO_OBJECT_LIKE); in WriteBlockInfoBlock()
1000 RECORD(PP_MODULE_MACRO); in WriteBlockInfoBlock()
1001 RECORD(PP_TOKEN); in WriteBlockInfoBlock()
1005 RECORD(SUBMODULE_METADATA); in WriteBlockInfoBlock()
1006 RECORD(SUBMODULE_DEFINITION); in WriteBlockInfoBlock()
1007 RECORD(SUBMODULE_UMBRELLA_HEADER); in WriteBlockInfoBlock()
1008 RECORD(SUBMODULE_HEADER); in WriteBlockInfoBlock()
1009 RECORD(SUBMODULE_TOPHEADER); in WriteBlockInfoBlock()
1010 RECORD(SUBMODULE_UMBRELLA_DIR); in WriteBlockInfoBlock()
1011 RECORD(SUBMODULE_IMPORTS); in WriteBlockInfoBlock()
1012 RECORD(SUBMODULE_EXPORTS); in WriteBlockInfoBlock()
1013 RECORD(SUBMODULE_REQUIRES); in WriteBlockInfoBlock()
1014 RECORD(SUBMODULE_EXCLUDED_HEADER); in WriteBlockInfoBlock()
1015 RECORD(SUBMODULE_LINK_LIBRARY); in WriteBlockInfoBlock()
1016 RECORD(SUBMODULE_CONFIG_MACRO); in WriteBlockInfoBlock()
1017 RECORD(SUBMODULE_CONFLICT); in WriteBlockInfoBlock()
1018 RECORD(SUBMODULE_PRIVATE_HEADER); in WriteBlockInfoBlock()
1019 RECORD(SUBMODULE_TEXTUAL_HEADER); in WriteBlockInfoBlock()
1020 RECORD(SUBMODULE_PRIVATE_TEXTUAL_HEADER); in WriteBlockInfoBlock()
1024 RECORD(COMMENTS_RAW_COMMENT); in WriteBlockInfoBlock()
1028 RECORD(TYPE_EXT_QUAL); in WriteBlockInfoBlock()
1029 RECORD(TYPE_COMPLEX); in WriteBlockInfoBlock()
1030 RECORD(TYPE_POINTER); in WriteBlockInfoBlock()
1031 RECORD(TYPE_BLOCK_POINTER); in WriteBlockInfoBlock()
1032 RECORD(TYPE_LVALUE_REFERENCE); in WriteBlockInfoBlock()
1033 RECORD(TYPE_RVALUE_REFERENCE); in WriteBlockInfoBlock()
1034 RECORD(TYPE_MEMBER_POINTER); in WriteBlockInfoBlock()
1035 RECORD(TYPE_CONSTANT_ARRAY); in WriteBlockInfoBlock()
1036 RECORD(TYPE_INCOMPLETE_ARRAY); in WriteBlockInfoBlock()
1037 RECORD(TYPE_VARIABLE_ARRAY); in WriteBlockInfoBlock()
1038 RECORD(TYPE_VECTOR); in WriteBlockInfoBlock()
1039 RECORD(TYPE_EXT_VECTOR); in WriteBlockInfoBlock()
1040 RECORD(TYPE_FUNCTION_NO_PROTO); in WriteBlockInfoBlock()
1041 RECORD(TYPE_FUNCTION_PROTO); in WriteBlockInfoBlock()
1042 RECORD(TYPE_TYPEDEF); in WriteBlockInfoBlock()
1043 RECORD(TYPE_TYPEOF_EXPR); in WriteBlockInfoBlock()
1044 RECORD(TYPE_TYPEOF); in WriteBlockInfoBlock()
1045 RECORD(TYPE_RECORD); in WriteBlockInfoBlock()
1046 RECORD(TYPE_ENUM); in WriteBlockInfoBlock()
1047 RECORD(TYPE_OBJC_INTERFACE); in WriteBlockInfoBlock()
1048 RECORD(TYPE_OBJC_OBJECT_POINTER); in WriteBlockInfoBlock()
1049 RECORD(TYPE_DECLTYPE); in WriteBlockInfoBlock()
1050 RECORD(TYPE_ELABORATED); in WriteBlockInfoBlock()
1051 RECORD(TYPE_SUBST_TEMPLATE_TYPE_PARM); in WriteBlockInfoBlock()
1052 RECORD(TYPE_UNRESOLVED_USING); in WriteBlockInfoBlock()
1053 RECORD(TYPE_INJECTED_CLASS_NAME); in WriteBlockInfoBlock()
1054 RECORD(TYPE_OBJC_OBJECT); in WriteBlockInfoBlock()
1055 RECORD(TYPE_TEMPLATE_TYPE_PARM); in WriteBlockInfoBlock()
1056 RECORD(TYPE_TEMPLATE_SPECIALIZATION); in WriteBlockInfoBlock()
1057 RECORD(TYPE_DEPENDENT_NAME); in WriteBlockInfoBlock()
1058 RECORD(TYPE_DEPENDENT_TEMPLATE_SPECIALIZATION); in WriteBlockInfoBlock()
1059 RECORD(TYPE_DEPENDENT_SIZED_ARRAY); in WriteBlockInfoBlock()
1060 RECORD(TYPE_PAREN); in WriteBlockInfoBlock()
1061 RECORD(TYPE_PACK_EXPANSION); in WriteBlockInfoBlock()
1062 RECORD(TYPE_ATTRIBUTED); in WriteBlockInfoBlock()
1063 RECORD(TYPE_SUBST_TEMPLATE_TYPE_PARM_PACK); in WriteBlockInfoBlock()
1064 RECORD(TYPE_AUTO); in WriteBlockInfoBlock()
1065 RECORD(TYPE_UNARY_TRANSFORM); in WriteBlockInfoBlock()
1066 RECORD(TYPE_ATOMIC); in WriteBlockInfoBlock()
1067 RECORD(TYPE_DECAYED); in WriteBlockInfoBlock()
1068 RECORD(TYPE_ADJUSTED); in WriteBlockInfoBlock()
1069 RECORD(LOCAL_REDECLARATIONS); in WriteBlockInfoBlock()
1070 RECORD(DECL_TYPEDEF); in WriteBlockInfoBlock()
1071 RECORD(DECL_TYPEALIAS); in WriteBlockInfoBlock()
1072 RECORD(DECL_ENUM); in WriteBlockInfoBlock()
1073 RECORD(DECL_RECORD); in WriteBlockInfoBlock()
1074 RECORD(DECL_ENUM_CONSTANT); in WriteBlockInfoBlock()
1075 RECORD(DECL_FUNCTION); in WriteBlockInfoBlock()
1076 RECORD(DECL_OBJC_METHOD); in WriteBlockInfoBlock()
1077 RECORD(DECL_OBJC_INTERFACE); in WriteBlockInfoBlock()
1078 RECORD(DECL_OBJC_PROTOCOL); in WriteBlockInfoBlock()
1079 RECORD(DECL_OBJC_IVAR); in WriteBlockInfoBlock()
1080 RECORD(DECL_OBJC_AT_DEFS_FIELD); in WriteBlockInfoBlock()
1081 RECORD(DECL_OBJC_CATEGORY); in WriteBlockInfoBlock()
1082 RECORD(DECL_OBJC_CATEGORY_IMPL); in WriteBlockInfoBlock()
1083 RECORD(DECL_OBJC_IMPLEMENTATION); in WriteBlockInfoBlock()
1084 RECORD(DECL_OBJC_COMPATIBLE_ALIAS); in WriteBlockInfoBlock()
1085 RECORD(DECL_OBJC_PROPERTY); in WriteBlockInfoBlock()
1086 RECORD(DECL_OBJC_PROPERTY_IMPL); in WriteBlockInfoBlock()
1087 RECORD(DECL_FIELD); in WriteBlockInfoBlock()
1088 RECORD(DECL_MS_PROPERTY); in WriteBlockInfoBlock()
1089 RECORD(DECL_VAR); in WriteBlockInfoBlock()
1090 RECORD(DECL_IMPLICIT_PARAM); in WriteBlockInfoBlock()
1091 RECORD(DECL_PARM_VAR); in WriteBlockInfoBlock()
1092 RECORD(DECL_FILE_SCOPE_ASM); in WriteBlockInfoBlock()
1093 RECORD(DECL_BLOCK); in WriteBlockInfoBlock()
1094 RECORD(DECL_CONTEXT_LEXICAL); in WriteBlockInfoBlock()
1095 RECORD(DECL_CONTEXT_VISIBLE); in WriteBlockInfoBlock()
1096 RECORD(DECL_NAMESPACE); in WriteBlockInfoBlock()
1097 RECORD(DECL_NAMESPACE_ALIAS); in WriteBlockInfoBlock()
1098 RECORD(DECL_USING); in WriteBlockInfoBlock()
1099 RECORD(DECL_USING_SHADOW); in WriteBlockInfoBlock()
1100 RECORD(DECL_USING_DIRECTIVE); in WriteBlockInfoBlock()
1101 RECORD(DECL_UNRESOLVED_USING_VALUE); in WriteBlockInfoBlock()
1102 RECORD(DECL_UNRESOLVED_USING_TYPENAME); in WriteBlockInfoBlock()
1103 RECORD(DECL_LINKAGE_SPEC); in WriteBlockInfoBlock()
1104 RECORD(DECL_CXX_RECORD); in WriteBlockInfoBlock()
1105 RECORD(DECL_CXX_METHOD); in WriteBlockInfoBlock()
1106 RECORD(DECL_CXX_CONSTRUCTOR); in WriteBlockInfoBlock()
1107 RECORD(DECL_CXX_INHERITED_CONSTRUCTOR); in WriteBlockInfoBlock()
1108 RECORD(DECL_CXX_DESTRUCTOR); in WriteBlockInfoBlock()
1109 RECORD(DECL_CXX_CONVERSION); in WriteBlockInfoBlock()
1110 RECORD(DECL_ACCESS_SPEC); in WriteBlockInfoBlock()
1111 RECORD(DECL_FRIEND); in WriteBlockInfoBlock()
1112 RECORD(DECL_FRIEND_TEMPLATE); in WriteBlockInfoBlock()
1113 RECORD(DECL_CLASS_TEMPLATE); in WriteBlockInfoBlock()
1114 RECORD(DECL_CLASS_TEMPLATE_SPECIALIZATION); in WriteBlockInfoBlock()
1115 RECORD(DECL_CLASS_TEMPLATE_PARTIAL_SPECIALIZATION); in WriteBlockInfoBlock()
1116 RECORD(DECL_VAR_TEMPLATE); in WriteBlockInfoBlock()
1117 RECORD(DECL_VAR_TEMPLATE_SPECIALIZATION); in WriteBlockInfoBlock()
1118 RECORD(DECL_VAR_TEMPLATE_PARTIAL_SPECIALIZATION); in WriteBlockInfoBlock()
1119 RECORD(DECL_FUNCTION_TEMPLATE); in WriteBlockInfoBlock()
1120 RECORD(DECL_TEMPLATE_TYPE_PARM); in WriteBlockInfoBlock()
1121 RECORD(DECL_NON_TYPE_TEMPLATE_PARM); in WriteBlockInfoBlock()
1122 RECORD(DECL_TEMPLATE_TEMPLATE_PARM); in WriteBlockInfoBlock()
1123 RECORD(DECL_TYPE_ALIAS_TEMPLATE); in WriteBlockInfoBlock()
1124 RECORD(DECL_STATIC_ASSERT); in WriteBlockInfoBlock()
1125 RECORD(DECL_CXX_BASE_SPECIFIERS); in WriteBlockInfoBlock()
1126 RECORD(DECL_CXX_CTOR_INITIALIZERS); in WriteBlockInfoBlock()
1127 RECORD(DECL_INDIRECTFIELD); in WriteBlockInfoBlock()
1128 RECORD(DECL_EXPANDED_NON_TYPE_TEMPLATE_PARM_PACK); in WriteBlockInfoBlock()
1129 RECORD(DECL_EXPANDED_TEMPLATE_TEMPLATE_PARM_PACK); in WriteBlockInfoBlock()
1130 RECORD(DECL_CLASS_SCOPE_FUNCTION_SPECIALIZATION); in WriteBlockInfoBlock()
1131 RECORD(DECL_IMPORT); in WriteBlockInfoBlock()
1132 RECORD(DECL_OMP_THREADPRIVATE); in WriteBlockInfoBlock()
1133 RECORD(DECL_EMPTY); in WriteBlockInfoBlock()
1134 RECORD(DECL_OBJC_TYPE_PARAM); in WriteBlockInfoBlock()
1135 RECORD(DECL_OMP_CAPTUREDEXPR); in WriteBlockInfoBlock()
1136 RECORD(DECL_PRAGMA_COMMENT); in WriteBlockInfoBlock()
1137 RECORD(DECL_PRAGMA_DETECT_MISMATCH); in WriteBlockInfoBlock()
1138 RECORD(DECL_OMP_DECLARE_REDUCTION); in WriteBlockInfoBlock()
1144 RECORD(PPD_MACRO_EXPANSION); in WriteBlockInfoBlock()
1145 RECORD(PPD_MACRO_DEFINITION); in WriteBlockInfoBlock()
1146 RECORD(PPD_INCLUSION_DIRECTIVE); in WriteBlockInfoBlock()
1150 RECORD(EXTENSION_METADATA); in WriteBlockInfoBlock()
1152 #undef RECORD in WriteBlockInfoBlock()