HomeSort by relevance Sort by last modified time
    Searched refs:setLoc (Results 1 - 16 of 16) 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/llvm/include/llvm/MC/
MCInst.h 160 void setLoc(SMLoc loc) { Loc = loc; }
  /external/chromium_org/third_party/skia/src/views/
SkView.cpp 82 void SkView::setLoc(SkScalar x, SkScalar y)
95 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
669 this->setLoc(x, y);
SkStackViewLayout.cpp 263 child->setLoc(fMargin.fLeft, fMargin.fTop);
  /external/skia/src/views/
SkView.cpp 82 void SkView::setLoc(SkScalar x, SkScalar y)
95 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
669 this->setLoc(x, y);
SkStackViewLayout.cpp 263 child->setLoc(fMargin.fLeft, fMargin.fTop);
  /external/clang/include/clang/AST/
DeclarationName.h 455 /// setLoc - Sets the main location of the declaration name.
456 void setLoc(SourceLocation L) { NameLoc = L; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 446 Inst.setLoc(IDLoc);
535 tmpInst.setLoc(IDLoc);
565 tmpInst.setLoc(IDLoc);
672 TempInst.setLoc(IDLoc);
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 705 Inst.setLoc(IDLoc);
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 862 Inst.setLoc(IDLoc);
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 218 milliseconds