Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionUncaughtTest.java123 builder.append(dumpLocation(throwLocation)); in testExceptionUncaughtEvent_ThrowLocation()
159 fail("Invalid catch location: expected null but got " + dumpLocation(catchLocation)); in testExceptionUncaughtEvent_CatchLocation()
DExceptionCaughtTest.java211 builder.append(dumpLocation(throwLocation)); in runThrowLocationTest()
257 builder.append(dumpLocation(catchLocation)); in runCatchLocationTest()
DExceptionBaseTest.java92 public String dumpLocation(Location location) { in dumpLocation() method in ExceptionBaseTest
/external/clang/lib/AST/
DASTDumper.cpp220 void dumpLocation(SourceLocation Loc);
293 dumpLocation(T->getAttributeLoc()); in VisitDependentSizedExtVectorType()
564 void ASTDumper::dumpLocation(SourceLocation Loc) { in dumpLocation() function in ASTDumper
600 dumpLocation(R.getBegin()); in dumpSourceRange()
603 dumpLocation(R.getEnd()); in dumpSourceRange()
979 dumpLocation(D->getLocation()); in dumpDecl()