Home
last modified time | relevance | path

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

/external/llvm-project/mlir/examples/toy/Ch7/include/toy/
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 …]
DLexer.h94 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/
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
DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/
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
DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/llvm-project/mlir/examples/toy/Ch3/include/toy/
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
DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/
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
DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/llvm-project/mlir/examples/toy/Ch2/include/toy/
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
DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/llvm-project/mlir/examples/toy/Ch1/include/toy/
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
DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationsFinderTest.java133 Location last = InvocationsFinder.getLastLocation(invocations); in shouldGetLastStackTrace()
136 assertNull(InvocationsFinder.getLastLocation(Collections.<Invocation>emptyList())); in shouldGetLastStackTrace()
/external/mockito/src/main/java/org/mockito/internal/invocation/
DInvocationsFinder.java110 public static Location getLastLocation(List<Invocation> invocations) { in getLastLocation() method in InvocationsFinder
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h2642 SourceLocation getLastLocation() const { return LastLocation; } in getLastLocation() function
/external/clang/lib/Sema/
DSemaDeclCXX.cpp2243 if (VS.getLastLocation().isValid()) { in ActOnCXXMemberDeclarator()
2246 MD->setRangeEnd(VS.getLastLocation()); in ActOnCXXMemberDeclarator()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp3477 if (VS.getLastLocation().isValid()) { in ActOnCXXMemberDeclarator()
3480 MD->setRangeEnd(VS.getLastLocation()); in ActOnCXXMemberDeclarator()