Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp50 const std::string &PropTypeName(T->getPointeeType().getCanonicalType() in checkCopyMutable() local
53 if (!StringRef(PropTypeName).starts_with("NSMutable")) in checkCopyMutable()
69 OS << "Property of mutable type '" << PropTypeName in checkCopyMutable()