Searched refs:NextChar (Results 1 – 7 of 7) sorted by relevance
259 int NextChar = 0; in LexToken() local266 NextChar = peekNextChar(i++); in LexToken()267 } while (isDigit(NextChar)); in LexToken()269 if (NextChar == 'x' || NextChar == 'b') { in LexToken()277 if (NextChar == 'b') in LexToken()284 if (NextChar == 'x') in LexToken()291 if (isValidIDChar(NextChar, /*First=*/true)) in LexToken()679 int NextChar = peekNextChar(Word.size()); in prepIsDirective() local686 if (NextChar == ' ' || NextChar == '\t' || NextChar == EOF || in prepIsDirective()687 NextChar == '\n' || in prepIsDirective()[all …]
82 size_t NextChar = 0; variable114 return BitsInCurWord == 0 && BitcodeBytes.size() <= NextChar; in AtEndOfStream()119 return uint64_t(NextChar)*CHAR_BIT - BitsInCurWord; in GetCurrentBitNo()134 NextChar = ByteNo; in JumpToBit()162 if (NextChar >= BitcodeBytes.size()) in fillCurWord()165 NextChar, BitcodeBytes.size()); in fillCurWord()168 const uint8_t *NextCharPtr = BitcodeBytes.data() + NextChar; in fillCurWord()170 if (BitcodeBytes.size() >= NextChar + sizeof(word_t)) { in fillCurWord()176 BytesRead = BitcodeBytes.size() - NextChar; in fillCurWord()181 NextChar += BytesRead; in fillCurWord()[all …]
406 uint8_t NextChar; in parseAugmentationString() local409 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString()412 while (NextChar != 0) { in parseAugmentationString()413 switch (NextChar) { in parseAugmentationString()418 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString()420 if (NextChar != 'h') in parseAugmentationString()422 Twine(NextChar) + in parseAugmentationString()429 *NextField++ = NextChar; in parseAugmentationString()433 Twine(NextChar) + in parseAugmentationString()437 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString()
180 const char *NextChar = i < Glob.size() ? Glob.data() + i : nullptr; in createRegexFromGlob() local183 (NextChar == nullptr || *NextChar == '/')) { in createRegexFromGlob()
759 int c = NextChar(); in T0Comp()1037 int NextChar() in NextChar() method in T0Comp1095 c = NextChar(); in Next()1108 c = NextChar(); in Next()1140 int c = NextChar(); in ParseCCodeNF()1165 int c = NextChar(); in ParseCCodeNF()1233 int c = NextChar(); in ParseString()1299 int c = NextChar(); in SkipNL()1381 int c = NextChar(); in ReadTerm()
1426 unsigned NextChar = in demangleStringLiteral() local1429 outputEscapedChar(OB, NextChar); in demangleStringLiteral()
4049 const char *NextChar = S.SourceMgr.getCharacterData(FixItLoc); in fixItNullability() local4050 if (!NextChar) in fixItNullability()4058 if (isWhitespace(*NextChar)) { in fixItNullability()4060 } else if (NextChar[-1] == '[') { in fixItNullability()4061 if (NextChar[0] == ']') in fixItNullability()4065 } else if (!isAsciiIdentifierContinue(NextChar[0], /*allow dollar*/ true) && in fixItNullability()4066 !isAsciiIdentifierContinue(NextChar[-1], /*allow dollar*/ true)) { in fixItNullability()