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

/external/clang/lib/AST/
H A DExprConstant.cpp4214 return Arg->isEvaluatable(Ctx);
6347 /// isEvaluatable - Call EvaluateAsRValue to see if this expression can be
6349 bool Expr::isEvaluatable(const ASTContext &Ctx) const { function in class:Expr

Completed in 78 milliseconds