Searched refs:ArraySectionType (Results 1 – 2 of 2) sorted by relevance
6921 enum ArraySectionType { OMPArraySection, OpenACCArraySection }; enum6933 ArraySectionType ASType = OMPArraySection;
958 E->ASType = Record.readEnum<ArraySectionExpr::ArraySectionType>(); in VisitArraySectionExpr()