Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ImportLen

744   size_t ImportLen = strlen("import");
754 if (!strncmp(BufPtr, "import", ImportLen)) {
758 ReplaceText(ImportLoc, ImportLen, "include");
759 BufPtr += ImportLen;