Home | History | Annotate | Download | only in AST

Lines Matching refs:FnInfo

2356   IdentifierInfo *FnInfo = getIdentifier();
2358 if (!FnInfo)
2415 if (FnInfo->isStr("memset"))
2417 else if (FnInfo->isStr("memcpy"))
2419 else if (FnInfo->isStr("memmove"))
2421 else if (FnInfo->isStr("memcmp"))
2423 else if (FnInfo->isStr("strncpy"))
2425 else if (FnInfo->isStr("strncmp"))
2427 else if (FnInfo->isStr("strncasecmp"))
2429 else if (FnInfo->isStr("strncat"))
2431 else if (FnInfo->isStr("strndup"))
2433 else if (FnInfo->isStr("strlen"))