Searched refs:OMPArraySectionTy (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 323 PLACEHOLDER_TYPE(OMPArraySection, OMPArraySectionTy)
|
| H A D | ASTContext.h | 1122 CanQualType OMPArraySectionTy, OMPArrayShapingTy, OMPIteratorTy; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 1321 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes() 1330 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7365 T = Context.OMPArraySectionTy; in GetType() 7368 T = Context.OMPArraySectionTy; in GetType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 5524 Base, LowerBound, Length, Stride, Context.OMPArraySectionTy, VK_LValue, in ActOnOMPArraySectionExpr()
|