Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp682 Expr::LValueClassification Expr::ClassifyLValue(ASTContext &Ctx) const { in ClassifyLValue()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h276 enum LValueClassification { enum
289 LValueClassification ClassifyLValue(ASTContext &Ctx) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp14603 Expr::LValueClassification lval = op->ClassifyLValue(Context); in CheckAddressOfOperand()