Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp9691 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() function
9741 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
9777 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
9791 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp12499 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() function
12549 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
12593 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
12607 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()