Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def326 PLACEHOLDER_TYPE(OMPIterator, OMPIteratorTy)
DASTContext.h1002 CanQualType OMPArraySectionTy, OMPArrayShapingTy, OMPIteratorTy; variable
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1388 InitBuiltinType(OMPIteratorTy, BuiltinType::OMPIterator); in InitBuiltinTypes()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp7021 T = Context.OMPIteratorTy; in GetType()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp5395 return OMPIteratorExpr::Create(Context, Context.OMPIteratorTy, IteratorKwLoc, in ActOnOMPIteratorExpr()