Home
last modified time | relevance | path

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

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