Searched refs:looksMutable (Results 1 – 1 of 1) sorted by relevance
13571 static bool looksMutable(QualType T, const ASTContext &Ctx) { in looksMutable() function13578 return looksMutable(T->getPointeeType(), Ctx); in looksMutable()13594 if (looksMutable(Type, VD->getASTContext())) { in DiagnoseUniqueObjectDuplication()