Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp731 case Cl::CL_MemberFunction: return LV_MemberFunction; in ClassifyLValue()
H A DExpr.cpp3043 return ClassifyLValue(Ctx) == Expr::LV_MemberFunction; in isBoundMemberFunction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h288 LV_MemberFunction, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14467 } else if (lval == Expr::LV_MemberFunction) { in CheckAddressOfOperand()