Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp13441 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() function
13491 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
13535 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
13549 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()