Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h274 bool isXValue() const { return getValueKind() == VK_XValue; } isXValue() function
376 bool isXValue() const { return Kind == CL_XValue; } isXValue() function