Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp13571 static bool looksMutable(QualType T, const ASTContext &Ctx) { in looksMutable() function
13578 return looksMutable(T->getPointeeType(), Ctx); in looksMutable()
13594 if (looksMutable(Type, VD->getASTContext())) { in DiagnoseUniqueObjectDuplication()