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

  /external/clang/lib/AST/
ExprClassification.cpp 46 kind = Cl::CL_Function;
58 case Cl::CL_Function:
631 case Cl::CL_Function: return LV_NotObjectType;
652 case Cl::CL_Function: return MLV_NotObjectType;
  /external/clang/include/clang/AST/
Expr.h 307 CL_Function, // Functions cannot be lvalues in C.
352 bool isPRValue() const { return Kind >= CL_Function; }
    [all...]

Completed in 53 milliseconds