Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp682 Expr::LValueClassification Expr::ClassifyLValue(ASTContext &Ctx) const { in ClassifyLValue() function in Expr
H A DExpr.cpp2993 return ClassifyLValue(Ctx) == Expr::LV_MemberFunction; in isBoundMemberFunction()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h289 LValueClassification ClassifyLValue(ASTContext &Ctx) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp14603 Expr::LValueClassification lval = op->ClassifyLValue(Context); in CheckAddressOfOperand()