Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def320 PLACEHOLDER_TYPE(OMPArraySection, OMPArraySectionTy)
H A DASTContext.h1086 CanQualType OMPArraySectionTy, OMPArrayShapingTy, OMPIteratorTy; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7064 T = Context.OMPArraySectionTy; in GetType()
7067 T = Context.OMPArraySectionTy; in GetType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1398 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5105 Base, LowerBound, Length, Stride, Context.OMPArraySectionTy, VK_LValue, in ActOnOMPArraySectionExpr()