Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLLexer.h37 const char *TokStart; variable
/external/clang/lib/Lex/
DLexer.cpp345 const char *TokStart = SourceMgr.getCharacterData(Tok.getLocation(), in getSpelling() local
377 const char *TokStart = 0; in getSpelling() local
701 SourceLocation Lexer::AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter()
1578 const char *TokStart = BufferPtr; in LexNumericConstant() local
1673 const char *TokStart = BufferPtr; in LexStringLiteral() local
1752 const char *TokStart = BufferPtr; in LexRawStringLiteral() local
1786 const char *TokStart = BufferPtr; in LexAngledStringLiteral() local
1846 const char *TokStart = BufferPtr; in LexCharConstant() local
/external/llvm/lib/TableGen/
DTGLexer.h69 const char *TokStart; variable
/external/clang/include/clang/Lex/
DPreprocessor.h1090 SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter()