Searched refs:InteropVarExpr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3592 ExprResult InteropVarExpr = in ParseOpenMPInteropClause() local 3594 if (!InteropVarExpr.isUsable()) { in ParseOpenMPInteropClause() 3604 if (ParseOnly || !InteropVarExpr.isUsable() || InteropError) in ParseOpenMPInteropClause() 3609 InteropVarExpr.get(), InteropInfo, Loc, T.getOpenLocation(), VarLoc, in ParseOpenMPInteropClause() 3613 InteropVarExpr.get(), Loc, T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause() 3617 InteropVarExpr.get(), Loc, T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 16682 static bool isValidInteropVariable(Sema &SemaRef, Expr *InteropVarExpr, in isValidInteropVariable() argument 16687 Expr *RefExpr = InteropVarExpr; in isValidInteropVariable() 16722 QualType VarType = InteropVarExpr->getType().getUnqualifiedType(); in isValidInteropVariable() 16731 isConstNotMutableType(SemaRef, InteropVarExpr->getType())) { in isValidInteropVariable()
|