Searched defs:setLoc (Results 1 - 5 of 5) 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/clang/include/clang/AST/
H A DDeclarationName.h457 /// setLoc - Sets the main location of the declaration name.
458 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.cpp79 void SkView::setLoc(SkScalar x, SkScalar y) function in class:SkView
92 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
666 this->setLoc(x, y);

Completed in 190 milliseconds