Searched refs:PreprocessorDirs (Results 1 – 1 of 1) sorted by relevance
38 } PreprocessorDirs[] = { variable600 for (unsigned ID = 0; ID < llvm::array_lengthof(PreprocessorDirs); ++ID) { in prepIsDirective()604 for (; I < strlen(PreprocessorDirs[ID].Word); ++I) { in prepIsDirective()605 if (NextChar != PreprocessorDirs[ID].Word[I]) { in prepIsDirective()616 tgtok::TokKind Kind = PreprocessorDirs[ID].Kind; in prepIsDirective()657 for (unsigned ID = 0; ID < llvm::array_lengthof(PreprocessorDirs); ++ID) in prepEatPreprocessorDirective()658 if (PreprocessorDirs[ID].Kind == Kind) { in prepEatPreprocessorDirective()660 CurPtr += strlen(PreprocessorDirs[ID].Word); in prepEatPreprocessorDirective()