Home
last modified time | relevance | path

Searched defs:TokStart (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h36 const char *TokStart; global() variable
/llvm-project/clang/lib/Lex/
H A DLexer.cpp425 const char *TokStart = SourceMgr.getCharacterData(Tok.getLocation(), getSpelling() local
457 const char *TokStart = nullptr; getSpelling() local
791 getTokenPrefixLength(SourceLocation TokStart,unsigned CharNo,const SourceManager & SM,const LangOptions & LangOpts) getTokenPrefixLength() argument
2091 const char *TokStart = BufferPtr; LexNumericConstant() local
2244 const char *TokStart = BufferPtr; LexStringLiteral() local
2335 const char *TokStart = BufferPtr; LexRawStringLiteral() local
2379 const char *TokStart = BufferPtr; LexAngledStringLiteral() local
2477 const char *TokStart = BufferPtr; LexCharConstant() local
[all...]
/llvm-project/clang/include/clang/Lex/
H A DLexer.h399 static SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter() argument
H A DPreprocessor.h2213 AdvanceToTokenCharacter(SourceLocation TokStart,unsigned Char) AdvanceToTokenCharacter() argument
/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h196 const char *TokStart = nullptr; variable