Home
last modified time | relevance | path

Searched refs:CL_Function (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp46 kind = Cl::CL_Function; in ClassifyImpl()
62 case Cl::CL_Function: in ClassifyImpl()
687 case Cl::CL_Function: return LV_NotObjectType; in ClassifyLValue()
708 case Cl::CL_Function: return MLV_NotObjectType; in isModifiableLvalue()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h330 CL_Function, // Functions cannot be lvalues in C. enumerator
377 bool isPRValue() const { return Kind >= CL_Function; } in isPRValue()