Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp691 case Cl::CL_MemberFunction: return LV_MemberFunction; in ClassifyLValue()
H A DExpr.cpp2993 return ClassifyLValue(Ctx) == Expr::LV_MemberFunction; in isBoundMemberFunction()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h283 LV_MemberFunction, enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp14618 } else if (lval == Expr::LV_MemberFunction) { in CheckAddressOfOperand()