Home
last modified time | relevance | path

Searched refs:PreprocessorDirs (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp38 } PreprocessorDirs[] = { variable
600 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()