Home
last modified time | relevance | path

Searched refs:printLocation (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDefaultErrorHandler.java121 printLocation(pw, exception); in warning()
202 printLocation(pw, exception); in warning()
238 printLocation(pw, exception); in error()
273 printLocation(pw, exception); in fatalError()
310 public static void printLocation(PrintStream pw, TransformerException exception) in printLocation() method in DefaultErrorHandler
312 printLocation(new PrintWriter(pw), exception); in printLocation()
315 public static void printLocation(java.io.PrintStream pw, org.xml.sax.SAXParseException exception) in printLocation() method in DefaultErrorHandler
317 printLocation(new PrintWriter(pw), exception); in printLocation()
320 public static void printLocation(PrintWriter pw, Throwable exception) in printLocation() method in DefaultErrorHandler
/external/clang/tools/c-index-test/
Dc-index-test.c3937 static void printLocation(CXSourceLocation L) { in printLocation() function
3960 printLocation(Start); in printRanges()
3962 printLocation(End); in printRanges()
3977 printLocation(clang_getRangeStart(ReplacementRange)); in printFixIts()
3979 printLocation(clang_getRangeEnd(ReplacementRange)); in printFixIts()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2481 static void printLocation(raw_ostream &Out, SourceLocation SLoc) { in printLocation() function
2546 printLocation(Out, PC.getLocation()); in getNodeLabel()
2556 printLocation(Out, PC.getLocation()); in getNodeLabel()
2650 printLocation(Out, S->getLocStart()); in getNodeLabel()