Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp635 return Cl::CM_Function; in IsModifiable()
712 case Cl::CM_Function: return MLV_NotObjectType; in isModifiableLvalue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h347 CM_Function, // Not modifiable because it's a function; C++ only enumerator