Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp668 Expr::LValueClassification Expr::ClassifyLValue(ASTContext &Ctx) const { in ClassifyLValue() function in Expr
H A DExpr.cpp2809 return ClassifyLValue(Ctx) == Expr::LV_MemberFunction; in isBoundMemberFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h290 LValueClassification ClassifyLValue(ASTContext &Ctx) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp13492 Expr::LValueClassification lval = op->ClassifyLValue(Context); in CheckAddressOfOperand()