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

/external/clang/include/clang/AST/
H A DExpr.h252 bool isXValue() const { return getValueKind() == VK_XValue; } function in class:clang::Expr
350 bool isXValue() const { return Kind == CL_XValue; } function in class:clang::Expr::Classification

Completed in 136 milliseconds