Home | History | Annotate | Download | only in AST

Lines Matching defs:FnInfo

2672   IdentifierInfo *FnInfo = getIdentifier();
2674 if (!FnInfo)
2731 if (FnInfo->isStr("memset"))
2733 else if (FnInfo->isStr("memcpy"))
2735 else if (FnInfo->isStr("memmove"))
2737 else if (FnInfo->isStr("memcmp"))
2739 else if (FnInfo->isStr("strncpy"))
2741 else if (FnInfo->isStr("strncmp"))
2743 else if (FnInfo->isStr("strncasecmp"))
2745 else if (FnInfo->isStr("strncat"))
2747 else if (FnInfo->isStr("strndup"))
2749 else if (FnInfo->isStr("strlen"))