Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h249 bool isXValue() const { return getValueKind() == VK_XValue; } in isXValue() function
349 bool isXValue() const { return Kind == CL_XValue; } in isXValue() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h274 bool isXValue() const { return getValueKind() == VK_XValue; } in isXValue() function
376 bool isXValue() const { return Kind == CL_XValue; } in isXValue() function