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

  /external/clang/lib/AST/
ExprClassification.cpp 65 case Cl::CL_ArrayTemporary:
81 return Cl::CL_ArrayTemporary;
618 case Cl::CL_ArrayTemporary: return LV_ArrayTemporary;
639 case Cl::CL_ArrayTemporary: return MLV_ArrayTemporary;
  /external/clang/include/clang/AST/
Expr.h 315 CL_ArrayTemporary, // A temporary of array type.
    [all...]

Completed in 34 milliseconds