Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DBuiltinTypes.def238 PLACEHOLDER_TYPE(OMPArraySection, OMPArraySectionTy)
DASTContext.h919 CanQualType OMPArraySectionTy; variable
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def320 PLACEHOLDER_TYPE(OMPArraySection, OMPArraySectionTy)
DASTContext.h1002 CanQualType OMPArraySectionTy, OMPArrayShapingTy, OMPIteratorTy; variable
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp7015 T = Context.OMPArraySectionTy; in GetType()
7018 T = Context.OMPArraySectionTy; in GetType()
/external/clang/lib/AST/
DASTContext.cpp1082 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes()
/external/clang/lib/Serialization/
DASTReader.cpp6116 T = Context.OMPArraySectionTy; in GetType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1386 InitBuiltinType(OMPArraySectionTy, BuiltinType::OMPArraySection); in InitBuiltinTypes()
/external/clang/lib/Sema/
DSemaExpr.cpp4352 OMPArraySectionExpr(Base, LowerBound, Length, Context.OMPArraySectionTy, in ActOnOMPArraySectionExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp5034 Base, LowerBound, Length, Stride, Context.OMPArraySectionTy, VK_LValue, in ActOnOMPArraySectionExpr()