Home
last modified time | relevance | path

Searched refs:MLV_LValueCast (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/AST/
DExprClassification.cpp672 MLV_LValueCast : MLV_InvalidExpression; in isModifiableLvalue()
/external/llvm-project/clang/lib/AST/
DExprClassification.cpp705 MLV_LValueCast : MLV_InvalidExpression; in isModifiableLvalue()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp213 case Expr::MLV_LValueCast: { in ActOnGCCAsmStmt()
DSemaExpr.cpp9908 case Expr::MLV_LValueCast: in CheckForModifiableLvalue()
/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp322 case Expr::MLV_LValueCast: { in ActOnGCCAsmStmt()
DSemaExpr.cpp12801 case Expr::MLV_LValueCast: in CheckForModifiableLvalue()
/external/clang/include/clang/AST/
DExpr.h273 MLV_LValueCast, // Specialized form of MLV_InvalidExpression. enumerator
/external/llvm-project/clang/include/clang/AST/
DExpr.h298 MLV_LValueCast, // Specialized form of MLV_InvalidExpression. enumerator