Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp3645 bool InteropError = false; in ParseOpenMPInteropClause() local
3648 InteropError = ParseOMPInteropInfo(InteropInfo, OMPC_init); in ParseOpenMPInteropClause()
3664 if (ParseOnly || !InteropVarExpr.isUsable() || InteropError) in ParseOpenMPInteropClause()