Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp451 SourceLocation LitLoc = CurLoc; in ParseIdentifierExpr() local
456 return new VariableExprAST(LitLoc, IdName); in ParseIdentifierExpr()
480 return new CallExprAST(LitLoc, IdName, Args); in ParseIdentifierExpr()