HomeSort by relevance Sort by last modified time
    Searched refs:CL_Void (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ExprClassification.cpp 51 kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void);
59 case Cl::CL_Void:
634 case Cl::CL_Void: return LV_InvalidExpression;
655 case Cl::CL_Void: return MLV_InvalidExpression;
  /external/clang/include/clang/AST/
Expr.h 308 CL_Void, // Void cannot be an lvalue in C.
    [all...]

Completed in 483 milliseconds