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

/external/clang/lib/Sema/
H A DSemaExpr.cpp11382 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr; local
11384 resType = ActiveExpr->getType();
11385 ValueDependent = ActiveExpr->isValueDependent();
11386 VK = ActiveExpr->getValueKind();
11387 OK = ActiveExpr->getObjectKind();

Completed in 122 milliseconds