Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ImportLen

828   size_t ImportLen = strlen("import");
838 if (!strncmp(BufPtr, "import", ImportLen)) {
842 ReplaceText(ImportLoc, ImportLen, "include");
843 BufPtr += ImportLen;