Searched refs:setLoc (Results 1 - 24 of 24) 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/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/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/samplecode/
H A DOverView.cpp100 view->setLoc(locX, locY);
H A DTransitionView.cpp95 fNext->setLoc(0, 0);
/external/skia/samplecode/
H A DOverView.cpp100 view->setLoc(locX, locY);
H A DTransitionView.cpp95 fNext->setLoc(0, 0);
/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/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);
H A DSkStackViewLayout.cpp263 child->setLoc(fMargin.fLeft, fMargin.fTop);
/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);
H A DSkStackViewLayout.cpp263 child->setLoc(fMargin.fLeft, fMargin.fTop);
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSampleDrawingClient.cpp239 fPalette->setLoc(this->width()-100, 0);
/external/skia/experimental/DrawingBoard/
H A DSampleDrawingClient.cpp239 fPalette->setLoc(this->width()-100, 0);
/external/clang/include/clang/AST/
H A DDeclarationName.h456 /// setLoc - Sets the main location of the declaration name.
457 void setLoc(SourceLocation L) { NameLoc = L; } function in struct:clang::DeclarationNameInfo
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp904 Inst.setLoc(IDLoc);
1063 tmpInst.setLoc(IDLoc);
1072 tmpInst.setLoc(IDLoc);
1086 tmpInst.setLoc(IDLoc);
1279 TempInst.setLoc(IDLoc);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2306 Inst.setLoc(IDLoc);
2340 Inst.setLoc(IDLoc);
2427 Inst.setLoc(IDLoc);
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp400 Inst.setLoc(IDLoc);
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp690 Inst.setLoc(IDLoc);
/external/clang/lib/Sema/
H A DSemaDecl.cpp4020 NameInfo.setLoc(Name.StartLocation);
4027 NameInfo.setLoc(Name.StartLocation);
4033 NameInfo.setLoc(Name.StartLocation);
4043 NameInfo.setLoc(Name.StartLocation);
4054 NameInfo.setLoc(Name.StartLocation);
4066 NameInfo.setLoc(Name.StartLocation);
4088 NameInfo.setLoc(Name.StartLocation);
4101 NameInfo.setLoc(Name.StartLocation);
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp933 Inst.setLoc(IDLoc);
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3820 Inst.setLoc(IDLoc);
/external/clang/lib/Serialization/
H A DASTReader.cpp7493 NameInfo.setLoc(ReadSourceLocation(F, Record, Idx));
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8080 Inst.setLoc(IDLoc);

Completed in 1021 milliseconds