Lines Matching refs:FnInfo
3240 IdentifierInfo *FnInfo = getIdentifier(); in getMemoryFunctionKind() local
3242 if (!FnInfo) in getMemoryFunctionKind()
3302 if (FnInfo->isStr("memset")) in getMemoryFunctionKind()
3304 else if (FnInfo->isStr("memcpy")) in getMemoryFunctionKind()
3306 else if (FnInfo->isStr("memmove")) in getMemoryFunctionKind()
3308 else if (FnInfo->isStr("memcmp")) in getMemoryFunctionKind()
3310 else if (FnInfo->isStr("strncpy")) in getMemoryFunctionKind()
3312 else if (FnInfo->isStr("strncmp")) in getMemoryFunctionKind()
3314 else if (FnInfo->isStr("strncasecmp")) in getMemoryFunctionKind()
3316 else if (FnInfo->isStr("strncat")) in getMemoryFunctionKind()
3318 else if (FnInfo->isStr("strndup")) in getMemoryFunctionKind()
3320 else if (FnInfo->isStr("strlen")) in getMemoryFunctionKind()