Searched defs:isTypeDependent (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h155 /// isTypeDependent - Determines whether this expression is
166 bool isTypeDependent() const { return ExprBits.TypeDependent; } function in class:clang::Expr
1627 val->isTypeDependent(), val->isValueDependent(),
1683 input->isTypeDependent() || type->isDependentType(),
2073 lhs->isTypeDependent() || rhs->isTypeDependent(),
2368 : Expr(MemberExprClass, ty, VK, OK, base->isTypeDependent(),
2385 : Expr(MemberExprClass, ty, VK, OK, base->isTypeDependent(),
2938 lhs->isTypeDependent() || rhs->isTypeDependent(),
[all...]

Completed in 99 milliseconds