HomeSort by relevance Sort by last modified time
    Searched refs:CL_AddressableVoid (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);
60 case Cl::CL_AddressableVoid:
635 case Cl::CL_AddressableVoid: return LV_IncompleteVoidType;
656 case Cl::CL_AddressableVoid: return MLV_IncompleteVoidType;
  /external/clang/include/clang/AST/
Expr.h 309 CL_AddressableVoid, // Void expression whose address can be taken in C.
    [all...]

Completed in 79 milliseconds