Home
last modified time | relevance | path

Searched refs:OMPArraySectionTy (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DBuiltinTypes.def323 PLACEHOLDER_TYPE(OMPArraySection, OMPArraySectionTy)
H A DASTContext.h1145 CanQualType OMPArraySectionTy, OMPArrayShapingTy, OMPIteratorTy; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7118 T = Context.OMPArraySectionTy; in GetType()
7121 T = Context.OMPArraySectionTy; in GetType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1414 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp5270 Base, LowerBound, Length, Stride, Context.OMPArraySectionTy, VK_LValue, in ActOnOMPArraySectionExpr()