HomeSort by relevance Sort by last modified time
    Searched refs:setLoc (Results 1 - 24 of 24) sorted by null

  /external/clang/test/Analysis/
region-store.cpp 10 void setLoc(Loc L) {
25 Builder->setLoc(l);
  /external/chromium_org/third_party/skia/include/views/
SkView.h 96 void setLoc(SkScalar x, SkScalar y);
97 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); }
98 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); }
99 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); }
  /external/skia/include/views/
SkView.h 96 void setLoc(SkScalar x, SkScalar y);
97 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); }
98 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); }
99 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); }
  /external/chromium_org/third_party/skia/samplecode/
OverView.cpp 100 view->setLoc(locX, locY);
TransitionView.cpp 95 fNext->setLoc(0, 0);
  /external/skia/samplecode/
OverView.cpp 100 view->setLoc(locX, locY);
TransitionView.cpp 95 fNext->setLoc(0, 0);
  /external/llvm/include/llvm/MC/
MCInst.h 160 void setLoc(SMLoc loc) { Loc = loc; }
  /external/chromium_org/third_party/skia/src/views/
SkView.cpp 79 void SkView::setLoc(SkScalar x, SkScalar y)
92 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
666 this->setLoc(x, y);
SkStackViewLayout.cpp 263 child->setLoc(fMargin.fLeft, fMargin.fTop);
  /external/skia/src/views/
SkView.cpp 79 void SkView::setLoc(SkScalar x, SkScalar y)
92 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
666 this->setLoc(x, y);
SkStackViewLayout.cpp 263 child->setLoc(fMargin.fLeft, fMargin.fTop);
  /external/chromium_org/third_party/skia/experimental/DrawingBoard/
SampleDrawingClient.cpp 239 fPalette->setLoc(this->width()-100, 0);
  /external/skia/experimental/DrawingBoard/
SampleDrawingClient.cpp 239 fPalette->setLoc(this->width()-100, 0);
  /external/clang/include/clang/AST/
DeclarationName.h 456 /// setLoc - Sets the main location of the declaration name.
457 void setLoc(SourceLocation L) { NameLoc = L; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 904 Inst.setLoc(IDLoc);
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 400 Inst.setLoc(IDLoc);
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 690 Inst.setLoc(IDLoc);
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 933 Inst.setLoc(IDLoc);
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 8300 milliseconds