Home
last modified time | relevance | path

Searched refs:LexLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp106 static SourceLocation LexLoc = {1, 0}; variable
112 LexLoc.Line++; in advance()
113 LexLoc.Col = 0; in advance()
115 LexLoc.Col++; in advance()
130 CurLoc = LexLoc; in gettok()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst288 static SourceLocation LexLoc = {1, 0};
294 LexLoc.Line++;
295 LexLoc.Col = 0;
297 LexLoc.Col++;