Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14183 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() function
14233 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
14277 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
14291 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()