Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp692 Expr::LValueClassification Expr::ClassifyLValue(ASTContext &Ctx) const { in ClassifyLValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h277 enum LValueClassification { enum
290 LValueClassification ClassifyLValue(ASTContext &Ctx) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15092 Expr::LValueClassification lval = op->ClassifyLValue(Context); in CheckAddressOfOperand()