Searched refs:ECResult (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp1306 ExprResult ECResult = Actions.ActOnCUDAExecConfigExpr(getCurScope(), local
1310 if (ECResult.isInvalid())
1313 ExecConfig = ECResult.get();

Completed in 190 milliseconds