Searched defs:isRValue (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/Interp/ | ||
H A D | EvaluationResult.h |
|
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 384 bool isRValue() const { return Kind >= CL_XValue; } in isRValue() function |