Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp619 return Cl::CM_Function; in IsModifiable()
696 case Cl::CM_Function: return MLV_NotObjectType; in isModifiableLvalue()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h324 CM_Function, // Not modifiable because it's a function; C++ only enumerator