Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp225 StringRef ClsName = ClsNameStr; // FIXME: Make safeGetName return StringRef. in isMethodOnWTFContainerType() local
239 (ClsName.ends_with("Vector") || ClsName.ends_with("Set") || in isMethodOnWTFContainerType()
240 ClsName.ends_with("Map") || ClsName == "StringImpl" || in isMethodOnWTFContainerType()
241 ClsName.ends_with("String")); in isMethodOnWTFContainerType()
H A DRefCntblBaseVirtualDtorChecker.cpp323 StringRef ClsName = ClsNameStr; // FIXME: Make safeGetName return StringRef. in isRefCountedClass() local
325 (ClsName.ends_with("RefCounted") || in isRefCountedClass()
326 ClsName == "ThreadSafeRefCountedAndCanMakeThreadSafeWeakPtr"); in isRefCountedClass()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp315 const std::string &ClsName = in isExtension() local
317 return ClsName == "CLASS_EXTENSION"; in isExtension()
1205 const std::string &ClsName = in isError() local
1207 return ClsName == "CLASS_ERROR"; in isError()
1211 const std::string &ClsName = in isRemark() local
1213 return ClsName == "CLASS_REMARK"; in isRemark()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp906 const IdentifierInfo *ClsName = Cls->getIdentifier(); in isNSStringType() local
909 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()
910 ClsName == &Ctx.Idents.get("NSMutableString"); in isNSStringType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1498 IdentifierInfo *ClsName = Cls->getIdentifier(); in isNSStringType() local
1501 ClsName == &getASTContext().Idents.get("NSAttributedString")) in isNSStringType()
1504 return ClsName == &getASTContext().Idents.get("NSString") || in isNSStringType()
1505 ClsName == &getASTContext().Idents.get("NSMutableString"); in isNSStringType()