reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
603 for (unsigned ID = 0; ID < llvm::array_lengthof(PreprocessorDirs); ++ID) { 603 for (unsigned ID = 0; ID < llvm::array_lengthof(PreprocessorDirs); ++ID) { 607 for (; I < strlen(PreprocessorDirs[ID].Word); ++I) { 608 if (NextChar != PreprocessorDirs[ID].Word[I]) { 619 tgtok::TokKind Kind = PreprocessorDirs[ID].Kind;