Searched refs:OMPArraySectionTy (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 238 PLACEHOLDER_TYPE(OMPArraySection, OMPArraySectionTy)
|
D | ASTContext.h | 919 CanQualType OMPArraySectionTy; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | BuiltinTypes.def | 320 PLACEHOLDER_TYPE(OMPArraySection, OMPArraySectionTy)
|
D | ASTContext.h | 1002 CanQualType OMPArraySectionTy, OMPArrayShapingTy, OMPIteratorTy; variable
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 7015 T = Context.OMPArraySectionTy; in GetType() 7018 T = Context.OMPArraySectionTy; in GetType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1082 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6116 T = Context.OMPArraySectionTy; in GetType()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 1386 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 4352 OMPArraySectionExpr(Base, LowerBound, Length, Context.OMPArraySectionTy, in ActOnOMPArraySectionExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 5034 Base, LowerBound, Length, Stride, Context.OMPArraySectionTy, VK_LValue, in ActOnOMPArraySectionExpr()
|