Searched refs:InteropVarExpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3551 ExprResult InteropVarExpr = ParseAssignmentExpression(); in ParseOpenMPInteropClause() local 3552 if (!InteropVarExpr.isUsable()) { in ParseOpenMPInteropClause() 3562 if (ParseOnly || !InteropVarExpr.isUsable() || InteropError) in ParseOpenMPInteropClause() 3567 InteropVarExpr.get(), InteropInfo, Loc, T.getOpenLocation(), VarLoc, in ParseOpenMPInteropClause() 3571 InteropVarExpr.get(), Loc, T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause() 3575 InteropVarExpr.get(), Loc, T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 17274 static bool isValidInteropVariable(Sema &SemaRef, Expr *InteropVarExpr, in isValidInteropVariable() argument 17279 Expr *RefExpr = InteropVarExpr; in isValidInteropVariable() 17314 QualType VarType = InteropVarExpr->getType().getUnqualifiedType(); in isValidInteropVariable() 17323 isConstNotMutableType(SemaRef, InteropVarExpr->getType())) { in isValidInteropVariable()
|