Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp8984 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() function
9034 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
9070 if (!IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
9084 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()