Searched refs:getFileOffset (Results 1 - 24 of 24) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteMacros.cpp134 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
140 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
154 unsigned PPOffs = SM.getFileOffset(PPLoc);
155 unsigned RawOffs = SM.getFileOffset(RawTok.getLocation());
177 RawOffs = SM.getFileOffset(RawTok.getLocation());
201 PPOffs = SM.getFileOffset(PPLoc);
H A DInclusionRewriter.cpp249 SM.getFileOffset(StartToken.getLocation()), EOL, Line);
256 SM.getFileOffset(DirectiveToken.getLocation()) + DirectiveToken.getLength(),
458 OutputContentUpTo(FromFile, NextToWrite, SM.getFileOffset(Loc),
462 SM.getFileOffset(RawToken.getLocation()) +
470 SM.getFileOffset(RawToken.getLocation()) +
490 SM.getFileOffset(RawToken.getLocation()) + RawToken.getLength(),
504 SM.getFileOffset(SM.getLocForEndOfFile(FileId)), EOL, Line,
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DHeaderItem.java57 int mapOff = file.getMap().getFileOffset();
60 int dataOff = firstDataSection.getFileOffset();
61 int dataSize = lastDataSection.getFileOffset() +
H A DFieldIdsSection.java81 int offset = (sz == 0) ? 0 : getFileOffset();
H A DMethodIdsSection.java81 int offset = (sz == 0) ? 0 : getFileOffset();
H A DProtoIdsSection.java69 int offset = (sz == 0) ? 0 : getFileOffset();
H A DSection.java107 public final int getFileOffset() { method in class:Section
H A DStringIdsSection.java83 int offset = (sz == 0) ? 0 : getFileOffset();
H A DTypeIdsSection.java82 int offset = (sz == 0) ? 0 : getFileOffset();
H A DClassDefsSection.java93 int offset = (sz == 0) ? 0 : getFileOffset();
H A DMapItem.java215 offset = section.getFileOffset();
H A DDexFile.java566 int zeroCount = one.getFileOffset() - out.getCursor();
571 out.writeZeroes(one.getFileOffset() - out.getCursor());
H A DMixedItemSection.java140 int offset = (sz == 0) ? 0 : getFileOffset();
/external/clang/lib/Format/
H A DWhitespaceManager.cpp94 SourceMgr.getFileOffset(Changes[i].OriginalWhitespaceRange.getBegin());
95 unsigned PreviousOriginalWhitespaceEnd = SourceMgr.getFileOffset(
241 unsigned WhitespaceLength = SourceMgr.getFileOffset(Range.getEnd()) -
242 SourceMgr.getFileOffset(Range.getBegin());
H A DFormat.cpp1371 if (SourceMgr.getFileOffset(WhitespaceStart) == 0)
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp40 unsigned BOffset = SM.getFileOffset(B);
41 unsigned EOffset = SM.getFileOffset(E);
377 unsigned TokOffs = SM.getFileOffset(Tok.getLocation());
425 TokEnd = SM.getFileOffset(Tok.getLocation())+Tok.getLength();
/external/llvm/lib/Object/
H A DObject.cpp194 if (error_code ec = (*unwrap(SI))->getFileOffset(ret))
/external/llvm/include/llvm/Object/
H A DObjectFile.h218 error_code getFileOffset(uint64_t &Result) const;
422 inline error_code SymbolRef::getFileOffset(uint64_t &Result) const { function in class:llvm::object::SymbolRef
/external/clang/lib/Frontend/
H A DCacheTokens.cpp267 Emit32(PP.getSourceManager().getFileOffset(T.getLocation()));
H A DSerializedDiagnosticPrinter.cpp299 Record.push_back(SM->getFileOffset(Loc));
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp117 Check(i->getFileOffset(FileOffset));
/external/clang/include/clang/Basic/
H A DSourceManager.h1145 unsigned getFileOffset(SourceLocation SpellingLoc) const { function in class:clang::SourceManager
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2097 unsigned BeginOffset = SM.getFileOffset(ExpansionRange.getBegin());
2098 unsigned EndOffset = SM.getFileOffset(ExpansionRange.getEnd());
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 312 milliseconds