Home
last modified time | relevance | path

Searched refs:checkRValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaPseudoObject.h34 ExprResult checkRValue(Expr *E);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1450 ExprResult SemaPseudoObject::checkRValue(Expr *E) { in checkRValue() function in SemaPseudoObject
H A DTreeTransform.h12051 result = SemaRef.PseudoObject().checkRValue(result.get()); in TransformPseudoObjectExpr()
H A DSemaExpr.cpp20793 return PseudoObject().checkRValue(E); in CheckPlaceholderExpr()