Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp10971 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() function
11021 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
11065 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
11079 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()