Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def323 PLACEHOLDER_TYPE(OMPArraySection, OMPArraySectionTy)
H A DASTContext.h1122 CanQualType OMPArraySectionTy, OMPArrayShapingTy, OMPIteratorTy; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1321 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes()
1330 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7365 T = Context.OMPArraySectionTy; in GetType()
7368 T = Context.OMPArraySectionTy; in GetType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5524 Base, LowerBound, Length, Stride, Context.OMPArraySectionTy, VK_LValue, in ActOnOMPArraySectionExpr()