Lines Matching refs:RECORD

731 #define RECORD(X) EmitRecordID(X, #X, Stream, Record)  in AddStmtsExprs()  macro
732 RECORD(STMT_STOP); in AddStmtsExprs()
733 RECORD(STMT_NULL_PTR); in AddStmtsExprs()
734 RECORD(STMT_REF_PTR); in AddStmtsExprs()
735 RECORD(STMT_NULL); in AddStmtsExprs()
736 RECORD(STMT_COMPOUND); in AddStmtsExprs()
737 RECORD(STMT_CASE); in AddStmtsExprs()
738 RECORD(STMT_DEFAULT); in AddStmtsExprs()
739 RECORD(STMT_LABEL); in AddStmtsExprs()
740 RECORD(STMT_ATTRIBUTED); in AddStmtsExprs()
741 RECORD(STMT_IF); in AddStmtsExprs()
742 RECORD(STMT_SWITCH); in AddStmtsExprs()
743 RECORD(STMT_WHILE); in AddStmtsExprs()
744 RECORD(STMT_DO); in AddStmtsExprs()
745 RECORD(STMT_FOR); in AddStmtsExprs()
746 RECORD(STMT_GOTO); in AddStmtsExprs()
747 RECORD(STMT_INDIRECT_GOTO); in AddStmtsExprs()
748 RECORD(STMT_CONTINUE); in AddStmtsExprs()
749 RECORD(STMT_BREAK); in AddStmtsExprs()
750 RECORD(STMT_RETURN); in AddStmtsExprs()
751 RECORD(STMT_DECL); in AddStmtsExprs()
752 RECORD(STMT_GCCASM); in AddStmtsExprs()
753 RECORD(STMT_MSASM); in AddStmtsExprs()
754 RECORD(EXPR_PREDEFINED); in AddStmtsExprs()
755 RECORD(EXPR_DECL_REF); in AddStmtsExprs()
756 RECORD(EXPR_INTEGER_LITERAL); in AddStmtsExprs()
757 RECORD(EXPR_FLOATING_LITERAL); in AddStmtsExprs()
758 RECORD(EXPR_IMAGINARY_LITERAL); in AddStmtsExprs()
759 RECORD(EXPR_STRING_LITERAL); in AddStmtsExprs()
760 RECORD(EXPR_CHARACTER_LITERAL); in AddStmtsExprs()
761 RECORD(EXPR_PAREN); in AddStmtsExprs()
762 RECORD(EXPR_PAREN_LIST); in AddStmtsExprs()
763 RECORD(EXPR_UNARY_OPERATOR); in AddStmtsExprs()
764 RECORD(EXPR_SIZEOF_ALIGN_OF); in AddStmtsExprs()
765 RECORD(EXPR_ARRAY_SUBSCRIPT); in AddStmtsExprs()
766 RECORD(EXPR_CALL); in AddStmtsExprs()
767 RECORD(EXPR_MEMBER); in AddStmtsExprs()
768 RECORD(EXPR_BINARY_OPERATOR); in AddStmtsExprs()
769 RECORD(EXPR_COMPOUND_ASSIGN_OPERATOR); in AddStmtsExprs()
770 RECORD(EXPR_CONDITIONAL_OPERATOR); in AddStmtsExprs()
771 RECORD(EXPR_IMPLICIT_CAST); in AddStmtsExprs()
772 RECORD(EXPR_CSTYLE_CAST); in AddStmtsExprs()
773 RECORD(EXPR_COMPOUND_LITERAL); in AddStmtsExprs()
774 RECORD(EXPR_EXT_VECTOR_ELEMENT); in AddStmtsExprs()
775 RECORD(EXPR_INIT_LIST); in AddStmtsExprs()
776 RECORD(EXPR_DESIGNATED_INIT); in AddStmtsExprs()
777 RECORD(EXPR_IMPLICIT_VALUE_INIT); in AddStmtsExprs()
778 RECORD(EXPR_VA_ARG); in AddStmtsExprs()
779 RECORD(EXPR_ADDR_LABEL); in AddStmtsExprs()
780 RECORD(EXPR_STMT); in AddStmtsExprs()
781 RECORD(EXPR_CHOOSE); in AddStmtsExprs()
782 RECORD(EXPR_GNU_NULL); in AddStmtsExprs()
783 RECORD(EXPR_SHUFFLE_VECTOR); in AddStmtsExprs()
784 RECORD(EXPR_BLOCK); in AddStmtsExprs()
785 RECORD(EXPR_GENERIC_SELECTION); in AddStmtsExprs()
786 RECORD(EXPR_OBJC_STRING_LITERAL); in AddStmtsExprs()
787 RECORD(EXPR_OBJC_BOXED_EXPRESSION); in AddStmtsExprs()
788 RECORD(EXPR_OBJC_ARRAY_LITERAL); in AddStmtsExprs()
789 RECORD(EXPR_OBJC_DICTIONARY_LITERAL); in AddStmtsExprs()
790 RECORD(EXPR_OBJC_ENCODE); in AddStmtsExprs()
791 RECORD(EXPR_OBJC_SELECTOR_EXPR); in AddStmtsExprs()
792 RECORD(EXPR_OBJC_PROTOCOL_EXPR); in AddStmtsExprs()
793 RECORD(EXPR_OBJC_IVAR_REF_EXPR); in AddStmtsExprs()
794 RECORD(EXPR_OBJC_PROPERTY_REF_EXPR); in AddStmtsExprs()
795 RECORD(EXPR_OBJC_KVC_REF_EXPR); in AddStmtsExprs()
796 RECORD(EXPR_OBJC_MESSAGE_EXPR); in AddStmtsExprs()
797 RECORD(STMT_OBJC_FOR_COLLECTION); in AddStmtsExprs()
798 RECORD(STMT_OBJC_CATCH); in AddStmtsExprs()
799 RECORD(STMT_OBJC_FINALLY); in AddStmtsExprs()
800 RECORD(STMT_OBJC_AT_TRY); in AddStmtsExprs()
801 RECORD(STMT_OBJC_AT_SYNCHRONIZED); in AddStmtsExprs()
802 RECORD(STMT_OBJC_AT_THROW); in AddStmtsExprs()
803 RECORD(EXPR_OBJC_BOOL_LITERAL); in AddStmtsExprs()
804 RECORD(STMT_CXX_CATCH); in AddStmtsExprs()
805 RECORD(STMT_CXX_TRY); in AddStmtsExprs()
806 RECORD(STMT_CXX_FOR_RANGE); in AddStmtsExprs()
807 RECORD(EXPR_CXX_OPERATOR_CALL); in AddStmtsExprs()
808 RECORD(EXPR_CXX_MEMBER_CALL); in AddStmtsExprs()
809 RECORD(EXPR_CXX_CONSTRUCT); in AddStmtsExprs()
810 RECORD(EXPR_CXX_TEMPORARY_OBJECT); in AddStmtsExprs()
811 RECORD(EXPR_CXX_STATIC_CAST); in AddStmtsExprs()
812 RECORD(EXPR_CXX_DYNAMIC_CAST); in AddStmtsExprs()
813 RECORD(EXPR_CXX_REINTERPRET_CAST); in AddStmtsExprs()
814 RECORD(EXPR_CXX_CONST_CAST); in AddStmtsExprs()
815 RECORD(EXPR_CXX_FUNCTIONAL_CAST); in AddStmtsExprs()
816 RECORD(EXPR_USER_DEFINED_LITERAL); in AddStmtsExprs()
817 RECORD(EXPR_CXX_STD_INITIALIZER_LIST); in AddStmtsExprs()
818 RECORD(EXPR_CXX_BOOL_LITERAL); in AddStmtsExprs()
819 RECORD(EXPR_CXX_NULL_PTR_LITERAL); in AddStmtsExprs()
820 RECORD(EXPR_CXX_TYPEID_EXPR); in AddStmtsExprs()
821 RECORD(EXPR_CXX_TYPEID_TYPE); in AddStmtsExprs()
822 RECORD(EXPR_CXX_THIS); in AddStmtsExprs()
823 RECORD(EXPR_CXX_THROW); in AddStmtsExprs()
824 RECORD(EXPR_CXX_DEFAULT_ARG); in AddStmtsExprs()
825 RECORD(EXPR_CXX_DEFAULT_INIT); in AddStmtsExprs()
826 RECORD(EXPR_CXX_BIND_TEMPORARY); in AddStmtsExprs()
827 RECORD(EXPR_CXX_SCALAR_VALUE_INIT); in AddStmtsExprs()
828 RECORD(EXPR_CXX_NEW); in AddStmtsExprs()
829 RECORD(EXPR_CXX_DELETE); in AddStmtsExprs()
830 RECORD(EXPR_CXX_PSEUDO_DESTRUCTOR); in AddStmtsExprs()
831 RECORD(EXPR_EXPR_WITH_CLEANUPS); in AddStmtsExprs()
832 RECORD(EXPR_CXX_DEPENDENT_SCOPE_MEMBER); in AddStmtsExprs()
833 RECORD(EXPR_CXX_DEPENDENT_SCOPE_DECL_REF); in AddStmtsExprs()
834 RECORD(EXPR_CXX_UNRESOLVED_CONSTRUCT); in AddStmtsExprs()
835 RECORD(EXPR_CXX_UNRESOLVED_MEMBER); in AddStmtsExprs()
836 RECORD(EXPR_CXX_UNRESOLVED_LOOKUP); in AddStmtsExprs()
837 RECORD(EXPR_CXX_EXPRESSION_TRAIT); in AddStmtsExprs()
838 RECORD(EXPR_CXX_NOEXCEPT); in AddStmtsExprs()
839 RECORD(EXPR_OPAQUE_VALUE); in AddStmtsExprs()
840 RECORD(EXPR_BINARY_CONDITIONAL_OPERATOR); in AddStmtsExprs()
841 RECORD(EXPR_TYPE_TRAIT); in AddStmtsExprs()
842 RECORD(EXPR_ARRAY_TYPE_TRAIT); in AddStmtsExprs()
843 RECORD(EXPR_PACK_EXPANSION); in AddStmtsExprs()
844 RECORD(EXPR_SIZEOF_PACK); in AddStmtsExprs()
845 RECORD(EXPR_SUBST_NON_TYPE_TEMPLATE_PARM); in AddStmtsExprs()
846 RECORD(EXPR_SUBST_NON_TYPE_TEMPLATE_PARM_PACK); in AddStmtsExprs()
847 RECORD(EXPR_FUNCTION_PARM_PACK); in AddStmtsExprs()
848 RECORD(EXPR_MATERIALIZE_TEMPORARY); in AddStmtsExprs()
849 RECORD(EXPR_CUDA_KERNEL_CALL); in AddStmtsExprs()
850 RECORD(EXPR_CXX_UUIDOF_EXPR); in AddStmtsExprs()
851 RECORD(EXPR_CXX_UUIDOF_TYPE); in AddStmtsExprs()
852 RECORD(EXPR_LAMBDA); in AddStmtsExprs()
853 #undef RECORD in AddStmtsExprs()
861 #define RECORD(X) EmitRecordID(X, #X, Stream, Record) in WriteBlockInfoBlock() macro
865 RECORD(METADATA); in WriteBlockInfoBlock()
866 RECORD(SIGNATURE); in WriteBlockInfoBlock()
867 RECORD(MODULE_NAME); in WriteBlockInfoBlock()
868 RECORD(MODULE_MAP_FILE); in WriteBlockInfoBlock()
869 RECORD(IMPORTS); in WriteBlockInfoBlock()
870 RECORD(KNOWN_MODULE_FILES); in WriteBlockInfoBlock()
871 RECORD(LANGUAGE_OPTIONS); in WriteBlockInfoBlock()
872 RECORD(TARGET_OPTIONS); in WriteBlockInfoBlock()
873 RECORD(ORIGINAL_FILE); in WriteBlockInfoBlock()
874 RECORD(ORIGINAL_PCH_DIR); in WriteBlockInfoBlock()
875 RECORD(ORIGINAL_FILE_ID); in WriteBlockInfoBlock()
876 RECORD(INPUT_FILE_OFFSETS); in WriteBlockInfoBlock()
877 RECORD(DIAGNOSTIC_OPTIONS); in WriteBlockInfoBlock()
878 RECORD(FILE_SYSTEM_OPTIONS); in WriteBlockInfoBlock()
879 RECORD(HEADER_SEARCH_OPTIONS); in WriteBlockInfoBlock()
880 RECORD(PREPROCESSOR_OPTIONS); in WriteBlockInfoBlock()
883 RECORD(INPUT_FILE); in WriteBlockInfoBlock()
887 RECORD(TYPE_OFFSET); in WriteBlockInfoBlock()
888 RECORD(DECL_OFFSET); in WriteBlockInfoBlock()
889 RECORD(IDENTIFIER_OFFSET); in WriteBlockInfoBlock()
890 RECORD(IDENTIFIER_TABLE); in WriteBlockInfoBlock()
891 RECORD(EAGERLY_DESERIALIZED_DECLS); in WriteBlockInfoBlock()
892 RECORD(SPECIAL_TYPES); in WriteBlockInfoBlock()
893 RECORD(STATISTICS); in WriteBlockInfoBlock()
894 RECORD(TENTATIVE_DEFINITIONS); in WriteBlockInfoBlock()
895 RECORD(UNUSED_FILESCOPED_DECLS); in WriteBlockInfoBlock()
896 RECORD(SELECTOR_OFFSETS); in WriteBlockInfoBlock()
897 RECORD(METHOD_POOL); in WriteBlockInfoBlock()
898 RECORD(PP_COUNTER_VALUE); in WriteBlockInfoBlock()
899 RECORD(SOURCE_LOCATION_OFFSETS); in WriteBlockInfoBlock()
900 RECORD(SOURCE_LOCATION_PRELOADS); in WriteBlockInfoBlock()
901 RECORD(EXT_VECTOR_DECLS); in WriteBlockInfoBlock()
902 RECORD(PPD_ENTITIES_OFFSETS); in WriteBlockInfoBlock()
903 RECORD(REFERENCED_SELECTOR_POOL); in WriteBlockInfoBlock()
904 RECORD(TU_UPDATE_LEXICAL); in WriteBlockInfoBlock()
905 RECORD(LOCAL_REDECLARATIONS_MAP); in WriteBlockInfoBlock()
906 RECORD(SEMA_DECL_REFS); in WriteBlockInfoBlock()
907 RECORD(WEAK_UNDECLARED_IDENTIFIERS); in WriteBlockInfoBlock()
908 RECORD(PENDING_IMPLICIT_INSTANTIATIONS); in WriteBlockInfoBlock()
909 RECORD(DECL_REPLACEMENTS); in WriteBlockInfoBlock()
910 RECORD(UPDATE_VISIBLE); in WriteBlockInfoBlock()
911 RECORD(DECL_UPDATE_OFFSETS); in WriteBlockInfoBlock()
912 RECORD(DECL_UPDATES); in WriteBlockInfoBlock()
913 RECORD(CXX_BASE_SPECIFIER_OFFSETS); in WriteBlockInfoBlock()
914 RECORD(DIAG_PRAGMA_MAPPINGS); in WriteBlockInfoBlock()
915 RECORD(CUDA_SPECIAL_DECL_REFS); in WriteBlockInfoBlock()
916 RECORD(HEADER_SEARCH_TABLE); in WriteBlockInfoBlock()
917 RECORD(FP_PRAGMA_OPTIONS); in WriteBlockInfoBlock()
918 RECORD(OPENCL_EXTENSIONS); in WriteBlockInfoBlock()
919 RECORD(DELEGATING_CTORS); in WriteBlockInfoBlock()
920 RECORD(KNOWN_NAMESPACES); in WriteBlockInfoBlock()
921 RECORD(UNDEFINED_BUT_USED); in WriteBlockInfoBlock()
922 RECORD(MODULE_OFFSET_MAP); in WriteBlockInfoBlock()
923 RECORD(SOURCE_MANAGER_LINE_TABLE); in WriteBlockInfoBlock()
924 RECORD(OBJC_CATEGORIES_MAP); in WriteBlockInfoBlock()
925 RECORD(FILE_SORTED_DECLS); in WriteBlockInfoBlock()
926 RECORD(IMPORTED_MODULES); in WriteBlockInfoBlock()
927 RECORD(LOCAL_REDECLARATIONS); in WriteBlockInfoBlock()
928 RECORD(OBJC_CATEGORIES); in WriteBlockInfoBlock()
929 RECORD(MACRO_OFFSET); in WriteBlockInfoBlock()
930 RECORD(LATE_PARSED_TEMPLATE); in WriteBlockInfoBlock()
931 RECORD(OPTIMIZE_PRAGMA_OPTIONS); in WriteBlockInfoBlock()
935 RECORD(SM_SLOC_FILE_ENTRY); in WriteBlockInfoBlock()
936 RECORD(SM_SLOC_BUFFER_ENTRY); in WriteBlockInfoBlock()
937 RECORD(SM_SLOC_BUFFER_BLOB); in WriteBlockInfoBlock()
938 RECORD(SM_SLOC_EXPANSION_ENTRY); in WriteBlockInfoBlock()
942 RECORD(PP_MACRO_DIRECTIVE_HISTORY); in WriteBlockInfoBlock()
943 RECORD(PP_MACRO_OBJECT_LIKE); in WriteBlockInfoBlock()
944 RECORD(PP_MACRO_FUNCTION_LIKE); in WriteBlockInfoBlock()
945 RECORD(PP_TOKEN); in WriteBlockInfoBlock()
949 RECORD(TYPE_EXT_QUAL); in WriteBlockInfoBlock()
950 RECORD(TYPE_COMPLEX); in WriteBlockInfoBlock()
951 RECORD(TYPE_POINTER); in WriteBlockInfoBlock()
952 RECORD(TYPE_BLOCK_POINTER); in WriteBlockInfoBlock()
953 RECORD(TYPE_LVALUE_REFERENCE); in WriteBlockInfoBlock()
954 RECORD(TYPE_RVALUE_REFERENCE); in WriteBlockInfoBlock()
955 RECORD(TYPE_MEMBER_POINTER); in WriteBlockInfoBlock()
956 RECORD(TYPE_CONSTANT_ARRAY); in WriteBlockInfoBlock()
957 RECORD(TYPE_INCOMPLETE_ARRAY); in WriteBlockInfoBlock()
958 RECORD(TYPE_VARIABLE_ARRAY); in WriteBlockInfoBlock()
959 RECORD(TYPE_VECTOR); in WriteBlockInfoBlock()
960 RECORD(TYPE_EXT_VECTOR); in WriteBlockInfoBlock()
961 RECORD(TYPE_FUNCTION_NO_PROTO); in WriteBlockInfoBlock()
962 RECORD(TYPE_FUNCTION_PROTO); in WriteBlockInfoBlock()
963 RECORD(TYPE_TYPEDEF); in WriteBlockInfoBlock()
964 RECORD(TYPE_TYPEOF_EXPR); in WriteBlockInfoBlock()
965 RECORD(TYPE_TYPEOF); in WriteBlockInfoBlock()
966 RECORD(TYPE_RECORD); in WriteBlockInfoBlock()
967 RECORD(TYPE_ENUM); in WriteBlockInfoBlock()
968 RECORD(TYPE_OBJC_INTERFACE); in WriteBlockInfoBlock()
969 RECORD(TYPE_OBJC_OBJECT_POINTER); in WriteBlockInfoBlock()
970 RECORD(TYPE_DECLTYPE); in WriteBlockInfoBlock()
971 RECORD(TYPE_ELABORATED); in WriteBlockInfoBlock()
972 RECORD(TYPE_SUBST_TEMPLATE_TYPE_PARM); in WriteBlockInfoBlock()
973 RECORD(TYPE_UNRESOLVED_USING); in WriteBlockInfoBlock()
974 RECORD(TYPE_INJECTED_CLASS_NAME); in WriteBlockInfoBlock()
975 RECORD(TYPE_OBJC_OBJECT); in WriteBlockInfoBlock()
976 RECORD(TYPE_TEMPLATE_TYPE_PARM); in WriteBlockInfoBlock()
977 RECORD(TYPE_TEMPLATE_SPECIALIZATION); in WriteBlockInfoBlock()
978 RECORD(TYPE_DEPENDENT_NAME); in WriteBlockInfoBlock()
979 RECORD(TYPE_DEPENDENT_TEMPLATE_SPECIALIZATION); in WriteBlockInfoBlock()
980 RECORD(TYPE_DEPENDENT_SIZED_ARRAY); in WriteBlockInfoBlock()
981 RECORD(TYPE_PAREN); in WriteBlockInfoBlock()
982 RECORD(TYPE_PACK_EXPANSION); in WriteBlockInfoBlock()
983 RECORD(TYPE_ATTRIBUTED); in WriteBlockInfoBlock()
984 RECORD(TYPE_SUBST_TEMPLATE_TYPE_PARM_PACK); in WriteBlockInfoBlock()
985 RECORD(TYPE_AUTO); in WriteBlockInfoBlock()
986 RECORD(TYPE_UNARY_TRANSFORM); in WriteBlockInfoBlock()
987 RECORD(TYPE_ATOMIC); in WriteBlockInfoBlock()
988 RECORD(TYPE_DECAYED); in WriteBlockInfoBlock()
989 RECORD(TYPE_ADJUSTED); in WriteBlockInfoBlock()
990 RECORD(DECL_TYPEDEF); in WriteBlockInfoBlock()
991 RECORD(DECL_TYPEALIAS); in WriteBlockInfoBlock()
992 RECORD(DECL_ENUM); in WriteBlockInfoBlock()
993 RECORD(DECL_RECORD); in WriteBlockInfoBlock()
994 RECORD(DECL_ENUM_CONSTANT); in WriteBlockInfoBlock()
995 RECORD(DECL_FUNCTION); in WriteBlockInfoBlock()
996 RECORD(DECL_OBJC_METHOD); in WriteBlockInfoBlock()
997 RECORD(DECL_OBJC_INTERFACE); in WriteBlockInfoBlock()
998 RECORD(DECL_OBJC_PROTOCOL); in WriteBlockInfoBlock()
999 RECORD(DECL_OBJC_IVAR); in WriteBlockInfoBlock()
1000 RECORD(DECL_OBJC_AT_DEFS_FIELD); in WriteBlockInfoBlock()
1001 RECORD(DECL_OBJC_CATEGORY); in WriteBlockInfoBlock()
1002 RECORD(DECL_OBJC_CATEGORY_IMPL); in WriteBlockInfoBlock()
1003 RECORD(DECL_OBJC_IMPLEMENTATION); in WriteBlockInfoBlock()
1004 RECORD(DECL_OBJC_COMPATIBLE_ALIAS); in WriteBlockInfoBlock()
1005 RECORD(DECL_OBJC_PROPERTY); in WriteBlockInfoBlock()
1006 RECORD(DECL_OBJC_PROPERTY_IMPL); in WriteBlockInfoBlock()
1007 RECORD(DECL_FIELD); in WriteBlockInfoBlock()
1008 RECORD(DECL_MS_PROPERTY); in WriteBlockInfoBlock()
1009 RECORD(DECL_VAR); in WriteBlockInfoBlock()
1010 RECORD(DECL_IMPLICIT_PARAM); in WriteBlockInfoBlock()
1011 RECORD(DECL_PARM_VAR); in WriteBlockInfoBlock()
1012 RECORD(DECL_FILE_SCOPE_ASM); in WriteBlockInfoBlock()
1013 RECORD(DECL_BLOCK); in WriteBlockInfoBlock()
1014 RECORD(DECL_CONTEXT_LEXICAL); in WriteBlockInfoBlock()
1015 RECORD(DECL_CONTEXT_VISIBLE); in WriteBlockInfoBlock()
1016 RECORD(DECL_NAMESPACE); in WriteBlockInfoBlock()
1017 RECORD(DECL_NAMESPACE_ALIAS); in WriteBlockInfoBlock()
1018 RECORD(DECL_USING); in WriteBlockInfoBlock()
1019 RECORD(DECL_USING_SHADOW); in WriteBlockInfoBlock()
1020 RECORD(DECL_USING_DIRECTIVE); in WriteBlockInfoBlock()
1021 RECORD(DECL_UNRESOLVED_USING_VALUE); in WriteBlockInfoBlock()
1022 RECORD(DECL_UNRESOLVED_USING_TYPENAME); in WriteBlockInfoBlock()
1023 RECORD(DECL_LINKAGE_SPEC); in WriteBlockInfoBlock()
1024 RECORD(DECL_CXX_RECORD); in WriteBlockInfoBlock()
1025 RECORD(DECL_CXX_METHOD); in WriteBlockInfoBlock()
1026 RECORD(DECL_CXX_CONSTRUCTOR); in WriteBlockInfoBlock()
1027 RECORD(DECL_CXX_DESTRUCTOR); in WriteBlockInfoBlock()
1028 RECORD(DECL_CXX_CONVERSION); in WriteBlockInfoBlock()
1029 RECORD(DECL_ACCESS_SPEC); in WriteBlockInfoBlock()
1030 RECORD(DECL_FRIEND); in WriteBlockInfoBlock()
1031 RECORD(DECL_FRIEND_TEMPLATE); in WriteBlockInfoBlock()
1032 RECORD(DECL_CLASS_TEMPLATE); in WriteBlockInfoBlock()
1033 RECORD(DECL_CLASS_TEMPLATE_SPECIALIZATION); in WriteBlockInfoBlock()
1034 RECORD(DECL_CLASS_TEMPLATE_PARTIAL_SPECIALIZATION); in WriteBlockInfoBlock()
1035 RECORD(DECL_VAR_TEMPLATE); in WriteBlockInfoBlock()
1036 RECORD(DECL_VAR_TEMPLATE_SPECIALIZATION); in WriteBlockInfoBlock()
1037 RECORD(DECL_VAR_TEMPLATE_PARTIAL_SPECIALIZATION); in WriteBlockInfoBlock()
1038 RECORD(DECL_FUNCTION_TEMPLATE); in WriteBlockInfoBlock()
1039 RECORD(DECL_TEMPLATE_TYPE_PARM); in WriteBlockInfoBlock()
1040 RECORD(DECL_NON_TYPE_TEMPLATE_PARM); in WriteBlockInfoBlock()
1041 RECORD(DECL_TEMPLATE_TEMPLATE_PARM); in WriteBlockInfoBlock()
1042 RECORD(DECL_STATIC_ASSERT); in WriteBlockInfoBlock()
1043 RECORD(DECL_CXX_BASE_SPECIFIERS); in WriteBlockInfoBlock()
1044 RECORD(DECL_INDIRECTFIELD); in WriteBlockInfoBlock()
1045 RECORD(DECL_EXPANDED_NON_TYPE_TEMPLATE_PARM_PACK); in WriteBlockInfoBlock()
1051 RECORD(PPD_MACRO_EXPANSION); in WriteBlockInfoBlock()
1052 RECORD(PPD_MACRO_DEFINITION); in WriteBlockInfoBlock()
1053 RECORD(PPD_INCLUSION_DIRECTIVE); in WriteBlockInfoBlock()
1055 #undef RECORD in WriteBlockInfoBlock()