Home
last modified time | relevance | path

Searched refs:ArraySectionType (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h6921 enum ArraySectionType { OMPArraySection, OpenACCArraySection }; enum
6933 ArraySectionType ASType = OMPArraySection;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp958 E->ASType = Record.readEnum<ArraySectionExpr::ArraySectionType>(); in VisitArraySectionExpr()