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