Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3585 bool InteropError = false; in ParseOpenMPInteropClause() local
3588 InteropError = ParseOMPInteropInfo(InteropInfo, OMPC_init); in ParseOpenMPInteropClause()
3604 if (ParseOnly || !InteropVarExpr.isUsable() || InteropError) in ParseOpenMPInteropClause()