HomeSort by: relevance | last modified time | path
    Searched refs:CL_Function (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprClassification.cpp 46 kind = Cl::CL_Function;
58 case Cl::CL_Function:
673 case Cl::CL_Function: return LV_NotObjectType;
694 case Cl::CL_Function: return MLV_NotObjectType;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 331 CL_Function, // Functions cannot be lvalues in C.
378 bool isPRValue() const { return Kind >= CL_Function; }

Completed in 20 milliseconds