Searched defs:Offs (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Edit/
H A DFileOffset.h21 unsigned Offs; member in class:clang::edit::FileOffset
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManagerInternals.h49 static LineEntry get(unsigned Offs, unsigned Line, int Filename, argument
H A DSourceManager.h1343 unsigned Offs = Loc.getOffset(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp71 FileOffset Offs; local
89 FileOffset Offs; local
179 addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, bool beforePreviousInsertions) argument
193 addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, FileOffset RangeOffs, unsigned RangeLen, bool beforePreviousInsertions) argument
209 addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len) argument
282 canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) argument
297 canRemoveRange(CharSourceRange range, FileOffset &Offs, unsigned &Len) argument
324 canReplaceText(SourceLocation loc, StringRef text, FileOffset &Offs, unsigned &Len) argument
[all...]
H A DEditedSource.cpp31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { argument
388 EditedSource::getActionForOffset(FileOffset Offs) { argument
53 commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, bool beforePreviousInsertions) argument
85 commitInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, FileOffset InsertFromRangeOffs, unsigned Len, bool beforePreviousInsertions) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2037 int64_t Offs = GA->getOffset(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1233 unsigned Offs = 0; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp451 Value *Offs = ConstantInt::get(Idx->getType(), -FirstTrueElement); local
465 Value *Offs = ConstantInt::get(Idx->getType(), -FirstFalseElement); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp556 uint64_t Offs = (I->VBPtrSubobject.getBaseOffset() + local
1359 CharUnits Offs = CharUnits::Zero(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2768 unsigned Offs; local
2789 unsigned Offs; local

Completed in 220 milliseconds