Searched defs:CL_Function (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h307 CL_Function, // Functions cannot be lvalues in C. enumerator in enum:clang::Expr::Classification::Kinds
352 bool isPRValue() const { return Kind >= CL_Function; }

Completed in 216 milliseconds