Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DBuiltinTypes.def323 PLACEHOLDER_TYPE(OMPArraySection, OMPArraySectionTy)
H A DASTContext.h1116 CanQualType OMPArraySectionTy, OMPArrayShapingTy, OMPIteratorTy; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7158 T = Context.OMPArraySectionTy; in GetType()
7161 T = Context.OMPArraySectionTy; in GetType()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1387 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp5275 Base, LowerBound, Length, Stride, Context.OMPArraySectionTy, VK_LValue, in ActOnOMPArraySectionExpr()