Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp674 Expr::LValueClassification Expr::ClassifyLValue(ASTContext &Ctx) const { in ClassifyLValue() function in Expr
H A DExpr.cpp2906 return ClassifyLValue(Ctx) == Expr::LV_MemberFunction; in isBoundMemberFunction()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h288 LValueClassification ClassifyLValue(ASTContext &Ctx) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp14325 Expr::LValueClassification lval = op->ClassifyLValue(Context); in CheckAddressOfOperand()