Home
last modified time | relevance | path

Searched refs:LValueClassification (Results 1 – 3 of 3) 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h277 enum LValueClassification { enum
290 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()