HomeSort by relevance Sort by last modified time
    Searched full:findlinenumber (Results 1 - 7 of 7) sorted by null

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
ClassContext.java 388 public static int findLineNumber(@NonNull AbstractInsnNode node) {
417 public static int findLineNumber(@NonNull MethodNode node) {
419 return findLineNumber(node.instructions.get(0));
431 public static int findLineNumber(@NonNull ClassNode node) {
435 return ClassContext.findLineNumber(firstMethod);
471 return getLocationForLine(findLineNumber(classNode), pattern, null,
523 return getLocationForLine(findLineNumber(methodNode), pattern, null,
556 int line = findLineNumber(instruction);
  /external/llvm/include/llvm/Support/
SourceMgr.h 124 /// FindLineNumber - Find the line number for the specified location in the
126 unsigned FindLineNumber(SMLoc Loc, int BufferID = -1) const {
  /external/llvm/lib/Support/
SourceMgr.cpp 138 << ":" << FindLineNumber(IncludeLoc, CurBuf) << ":\n";
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 529 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
AsmParser.cpp     [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ApiDetector.java 651 int lineNumber = node != null ? ClassContext.findLineNumber(node) : -1;
  /external/llvm/lib/MC/
MCDwarf.cpp 762 unsigned LineNumber = SrcMgr.FindLineNumber(Loc, CurBuffer);
    [all...]

Completed in 112 milliseconds