Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h232 llvm::SmallVector<Expr *, 4> PreferTypes; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1653 C.Allocate(totalSizeToAlloc<Expr *>(InteropInfo.PreferTypes.size() + 1)); in Create()
1656 VarLoc, EndLoc, InteropInfo.PreferTypes.size() + 1); in Create()
1658 llvm::copy(InteropInfo.PreferTypes, Clause->getTrailingObjects<Expr *>() + 1); in Create()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3481 InteropInfo.PreferTypes.empty() && !IsTarget && in ParseOMPInteropInfo()
3512 InteropInfo.PreferTypes.push_back(PTExpr.get()); in ParseOMPInteropInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10312 InteropInfo.PreferTypes.reserve(C->varlist_size() - 1); in TransformOMPInitClause()
10317 InteropInfo.PreferTypes.push_back(ER.get()); in TransformOMPInitClause()
H A DSemaOpenMP.cpp16748 for (const Expr *E : InteropInfo.PreferTypes) { in ActOnOpenMPInitClause()