Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.h90 bool isRValue() const { return Kind == RValue; } in isRValue() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h384 bool isRValue() const { return Kind >= CL_XValue; } in isRValue() function