Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def320 PLACEHOLDER_TYPE(OMPArraySection, OMPArraySectionTy)
H A DASTContext.h1042 CanQualType OMPArraySectionTy, OMPArrayShapingTy, OMPIteratorTy; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7042 T = Context.OMPArraySectionTy; in GetType()
7045 T = Context.OMPArraySectionTy; in GetType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1398 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5068 Base, LowerBound, Length, Stride, Context.OMPArraySectionTy, VK_LValue, in ActOnOMPArraySectionExpr()