Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12617 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() function
12667 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
12711 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
12725 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()