Searched defs:setLoc (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Analysis/
H A Dregion-store.cpp10 void setLoc(Loc L) { function in class:P1
25 Builder->setLoc(l);
/external/llvm/include/llvm/MC/
H A DMCInst.h160 void setLoc(SMLoc loc) { Loc = loc; } function in class:llvm::MCInst
/external/chromium_org/third_party/skia/include/views/
H A DSkView.h96 void setLoc(SkScalar x, SkScalar y);
97 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); } function in class:SkView
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/src/views/
H A DSkView.cpp82 void SkView::setLoc(SkScalar x, SkScalar y) function in class:SkView
95 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
669 this->setLoc(x, y);
/external/clang/include/clang/AST/
H A DDeclarationName.h455 /// setLoc - Sets the main location of the declaration name.
456 void setLoc(SourceLocation L) { NameLoc = L; } function in struct:clang::DeclarationNameInfo
/external/skia/include/views/
H A DSkView.h96 void setLoc(SkScalar x, SkScalar y);
97 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); } function in class:SkView
98 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); }
99 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); }
/external/skia/src/views/
H A DSkView.cpp82 void SkView::setLoc(SkScalar x, SkScalar y) function in class:SkView
95 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
669 this->setLoc(x, y);

Completed in 124 milliseconds