Searched refs:OMPArraySectionTy (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 320 PLACEHOLDER_TYPE(OMPArraySection, OMPArraySectionTy)
|
H A D | ASTContext.h | 1042 CanQualType OMPArraySectionTy, OMPArrayShapingTy, OMPIteratorTy; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 7042 T = Context.OMPArraySectionTy; in GetType() 7045 T = Context.OMPArraySectionTy; in GetType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 1398 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 5068 Base, LowerBound, Length, Stride, Context.OMPArraySectionTy, VK_LValue, in ActOnOMPArraySectionExpr()
|