Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DParser.h80 auto loc = lexer.getLastLocation(); in parseReturn()
96 auto loc = lexer.getLastLocation(); in parseNumberExpr()
107 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr()
175 auto loc = lexer.getLastLocation(); in parseStructLiteralExpr()
270 auto loc = lexer.getLastLocation(); in parseIdentifierExpr()
326 auto loc = lexer.getLastLocation(); in parseBinOpRHS()
381 auto loc = lexer.getLastLocation(); in parseDeclarationOrCallExpr()
431 auto loc = lexer.getLastLocation(); in parseDeclaration()
447 auto loc = lexer.getLastLocation(); in parseVarDeclaration()
536 auto loc = lexer.getLastLocation(); in parsePrototype()
[all …]
H A DLexer.h94 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/llvm-project-15.0.7/mlir/examples/toy/Ch1/include/toy/
H A DParser.h65 auto loc = lexer.getLastLocation(); in parseReturn()
81 auto loc = lexer.getLastLocation(); in parseNumberExpr()
92 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr()
176 auto loc = lexer.getLastLocation(); in parseIdentifierExpr()
258 auto loc = lexer.getLastLocation(); in parseBinOpRHS()
318 auto loc = lexer.getLastLocation(); in parseDeclaration()
398 auto loc = lexer.getLastLocation(); in parsePrototype()
418 auto loc = lexer.getLastLocation(); in parsePrototype()
477 llvm::errs() << "Parse error (" << lexer.getLastLocation().line << ", "
478 << lexer.getLastLocation().col << "): expected '" << expected
H A DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/
H A DParser.h65 auto loc = lexer.getLastLocation(); in parseReturn()
81 auto loc = lexer.getLastLocation(); in parseNumberExpr()
92 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr()
176 auto loc = lexer.getLastLocation(); in parseIdentifierExpr()
258 auto loc = lexer.getLastLocation(); in parseBinOpRHS()
318 auto loc = lexer.getLastLocation(); in parseDeclaration()
398 auto loc = lexer.getLastLocation(); in parsePrototype()
418 auto loc = lexer.getLastLocation(); in parsePrototype()
477 llvm::errs() << "Parse error (" << lexer.getLastLocation().line << ", "
478 << lexer.getLastLocation().col << "): expected '" << expected
H A DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/
H A DParser.h65 auto loc = lexer.getLastLocation(); in parseReturn()
81 auto loc = lexer.getLastLocation(); in parseNumberExpr()
92 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr()
176 auto loc = lexer.getLastLocation(); in parseIdentifierExpr()
258 auto loc = lexer.getLastLocation(); in parseBinOpRHS()
318 auto loc = lexer.getLastLocation(); in parseDeclaration()
398 auto loc = lexer.getLastLocation(); in parsePrototype()
418 auto loc = lexer.getLastLocation(); in parsePrototype()
477 llvm::errs() << "Parse error (" << lexer.getLastLocation().line << ", "
478 << lexer.getLastLocation().col << "): expected '" << expected
H A DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DParser.h65 auto loc = lexer.getLastLocation(); in parseReturn()
81 auto loc = lexer.getLastLocation(); in parseNumberExpr()
92 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr()
176 auto loc = lexer.getLastLocation(); in parseIdentifierExpr()
258 auto loc = lexer.getLastLocation(); in parseBinOpRHS()
318 auto loc = lexer.getLastLocation(); in parseDeclaration()
398 auto loc = lexer.getLastLocation(); in parsePrototype()
418 auto loc = lexer.getLastLocation(); in parsePrototype()
477 llvm::errs() << "Parse error (" << lexer.getLastLocation().line << ", "
478 << lexer.getLastLocation().col << "): expected '" << expected
H A DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DParser.h65 auto loc = lexer.getLastLocation(); in parseReturn()
81 auto loc = lexer.getLastLocation(); in parseNumberExpr()
92 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr()
176 auto loc = lexer.getLastLocation(); in parseIdentifierExpr()
258 auto loc = lexer.getLastLocation(); in parseBinOpRHS()
318 auto loc = lexer.getLastLocation(); in parseDeclaration()
398 auto loc = lexer.getLastLocation(); in parsePrototype()
418 auto loc = lexer.getLastLocation(); in parsePrototype()
477 llvm::errs() << "Parse error (" << lexer.getLastLocation().line << ", "
478 << lexer.getLastLocation().col << "): expected '" << expected
H A DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/
H A DParser.h65 auto loc = lexer.getLastLocation(); in parseReturn()
81 auto loc = lexer.getLastLocation(); in parseNumberExpr()
92 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr()
176 auto loc = lexer.getLastLocation(); in parseIdentifierExpr()
258 auto loc = lexer.getLastLocation(); in parseBinOpRHS()
318 auto loc = lexer.getLastLocation(); in parseDeclaration()
398 auto loc = lexer.getLastLocation(); in parsePrototype()
418 auto loc = lexer.getLastLocation(); in parsePrototype()
477 llvm::errs() << "Parse error (" << lexer.getLastLocation().line << ", "
478 << lexer.getLastLocation().col << "): expected '" << expected
H A DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h2690 SourceLocation getLastLocation() const { return LastLocation; } in getLastLocation() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp3551 if (VS.getLastLocation().isValid()) { in ActOnCXXMemberDeclarator()
3554 MD->setRangeEnd(VS.getLastLocation()); in ActOnCXXMemberDeclarator()