Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def332 PLACEHOLDER_TYPE(OMPIterator, OMPIteratorTy)
H A DASTContext.h1159 CanQualType OMPArrayShapingTy, OMPIteratorTy; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7416 T = Context.OMPIteratorTy; in GetType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1356 InitBuiltinType(OMPIteratorTy, BuiltinType::OMPIterator); in InitBuiltinTypes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp23803 return OMPIteratorExpr::Create(Context, Context.OMPIteratorTy, IteratorKwLoc, in ActOnOMPIteratorExpr()