Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp644 return Cl::CM_Function; in IsModifiable()
721 case Cl::CM_Function: return MLV_NotObjectType; in isModifiableLvalue()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h345 CM_Function, // Not modifiable because it's a function; C++ only enumerator