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

/external/clang/lib/Sema/
H A DSemaExpr.cpp10401 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr; local
10403 resType = ActiveExpr->getType();
10404 ValueDependent = ActiveExpr->isValueDependent();
10405 VK = ActiveExpr->getValueKind();
10406 OK = ActiveExpr->getObjectKind();

Completed in 164 milliseconds