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.cpp714 case Cl::CL_MemberFunction: return LV_MemberFunction; in ClassifyLValue()
H A DExpr.cpp3023 return ClassifyLValue(Ctx) == Expr::LV_MemberFunction; in isBoundMemberFunction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h289 LV_MemberFunction, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14069 } else if (lval == Expr::LV_MemberFunction) { in CheckAddressOfOperand()