Home
last modified time | relevance | path

Searched defs:NextChar (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp226 int NextChar = 0; LexToken() local
645 int NextChar = *CurPtr; prepIsDirective() local
936 int NextChar = peekNextChar(1); prepSkipLineBegin() local
987 int NextChar = peekNextChar(1); prepSkipDirectiveEnd() local
[all...]
/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp177 const char *NextChar = i < Glob.size() ? Glob.data() + i : nullptr; createRegexFromGlob() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSemanticHighlightingTests.cpp45 unsigned NextChar = 0; in annotate() local
H A DRenameTests.cpp94 unsigned NextChar = 0; in expectedResult() local
/llvm-project/flang/include/flang/Common/
H A Dformat.h166 template <typename CHAR> CHAR FormatValidator<CHAR>::NextChar() { in NextChar() function
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp40 const CharType NextChar = in getTypeNameLength() local
/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h81 size_t NextChar = 0; variable
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp410 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString() local
[all...]
/llvm-project/flang/lib/Parser/
H A Dprescan.cpp480 void Prescanner::NextChar() { NextChar() function in Fortran::parser::Prescanner
/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1419 unsigned NextChar = demangleStringLiteral() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3996 const char *NextChar = S.SourceMgr.getCharacterData(FixItLoc); fixItNullability() local