Home
last modified time | relevance | path

Searched refs:LValueClassification (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp652 Expr::LValueClassification Expr::ClassifyLValue(ASTContext &Ctx) const { in ClassifyLValue()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h254 enum LValueClassification { enum
267 LValueClassification ClassifyLValue(ASTContext &Ctx) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp11818 Expr::LValueClassification lval = op->ClassifyLValue(Context); in CheckAddressOfOperand()