Home | History | Annotate | Download | only in AST

Lines Matching defs:FnInfo

3148   IdentifierInfo *FnInfo = getIdentifier();
3150 if (!FnInfo)
3207 if (FnInfo->isStr("memset"))
3209 else if (FnInfo->isStr("memcpy"))
3211 else if (FnInfo->isStr("memmove"))
3213 else if (FnInfo->isStr("memcmp"))
3215 else if (FnInfo->isStr("strncpy"))
3217 else if (FnInfo->isStr("strncmp"))
3219 else if (FnInfo->isStr("strncasecmp"))
3221 else if (FnInfo->isStr("strncat"))
3223 else if (FnInfo->isStr("strndup"))
3225 else if (FnInfo->isStr("strlen"))