Home
last modified time | relevance | path

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

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DJsonReadContextTest.java47 assertEquals(1, jsonReadContext.getStartLocation(jsonReadContext).getLineNr()); in testReset()
48 assertEquals(0, jsonReadContext.getStartLocation(jsonReadContext).getColumnNr()); in testReset()
54 assertEquals(500, jsonReadContext.getStartLocation(jsonReadContext).getLineNr()); in testReset()
55 assertEquals(200, jsonReadContext.getStartLocation(jsonReadContext).getColumnNr()); in testReset()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonStreamContext.java249 public JsonLocation getStartLocation(Object srcRef) { in getStartLocation() method in JsonStreamContext
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTokenBufferReadContext.java40 _startLocation = rc.getStartLocation(srcRef); in TokenBufferReadContext()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp535 const Stmt *Start = CF->getStartLocation().asStmt(); in removeEdgesToDefaultInitializers()
545 NextCF->setStartLocation(CF->getStartLocation()); in removeEdgesToDefaultInitializers()
1423 PathDiagnosticLocation SrcLoc = Piece->getStartLocation(); in addContextEdges()
1462 PrevPiece->getStartLocation().getStmtOrNull()) { in addContextEdges()
1501 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1535 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1554 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
1624 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles()
1648 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in removeContextCycles()
1692 const Stmt *start = PieceI->getStartLocation().getStmtOrNull(); in removePunyEdges()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp263 const Stmt *Start = CF->getStartLocation().asStmt(); in removeEdgesToDefaultInitializers()
273 NextCF->setStartLocation(CF->getStartLocation()); in removeEdgesToDefaultInitializers()
1973 PathDiagnosticLocation SrcLoc = Piece->getStartLocation(); in addContextEdges()
2013 if (const Stmt *PrevSrc = getLocStmt(PrevPiece->getStartLocation())) { in addContextEdges()
2052 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in simplifySimpleBranches()
2086 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in simplifySimpleBranches()
2105 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
2178 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in removeContextCycles()
2202 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in removeContextCycles()
2252 const Stmt *start = getLocStmt(PieceI->getStartLocation()); in removePunyEdges()
[all …]
DPathDiagnostic.cpp283 FullSourceLoc XSL = X.getStartLocation().asLocation(); in compareControlFlow()
284 FullSourceLoc YSL = Y.getStartLocation().asLocation(); in compareControlFlow()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DJsonReadContext.java149 public JsonLocation getStartLocation(Object srcRef) { in getStartLocation() method in JsonReadContext
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DParserBase.java494 _parsingContext.getStartLocation(_getSourceReference())), in _handleEOF()
1066 … (char) actCh, expCh, ctxt.typeDesc(), ctxt.getStartLocation(_getSourceReference()))); in _reportMismatchedEndMarker()
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h656 PathDiagnosticLocation getStartLocation() const { in getStartLocation() function
679 return getStartLocation(); in getLocation()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h639 PathDiagnosticLocation getStartLocation() const { in getStartLocation() function
662 return getStartLocation(); in getLocation()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp234 FullSourceLoc XSL = X.getStartLocation().asLocation(); in compareControlFlow()
235 FullSourceLoc YSL = Y.getStartLocation().asLocation(); in compareControlFlow()
1179 getStartLocation().dump(); in dump()