Home
last modified time | relevance | path

Searched defs:getLastLocation (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/mlir/examples/toy/Ch1/include/toy/
DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/llvm-project/mlir/examples/toy/Ch2/include/toy/
DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/
DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/
DLexer.h94 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/
DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/
DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/external/llvm-project/mlir/examples/toy/Ch3/include/toy/
DLexer.h93 Location getLastLocation() { return lastLocation; } in getLastLocation() function
/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