Home
last modified time | relevance | path

Searched refs:setLoc (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Analysis/
Dregion-store.cpp10 void setLoc(Loc L) { in setLoc() function in P1
25 Builder->setLoc(l); in radar13445834()
/external/skia/include/views/
DSkView.h96 void setLoc(SkScalar x, SkScalar y);
97 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); } in setLoc() function
98 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); } in setLocX()
99 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); } in setLocY()
/external/skia/src/views/
DSkView.cpp76 void SkView::setLoc(SkScalar x, SkScalar y) { in setLoc() function in SkView
86 this->setLoc(fLoc.fX + dx, fLoc.fY + dy); in offset()
639 this->setLoc(x, y); in onInflate()
DSkStackViewLayout.cpp263 child->setLoc(fMargin.fLeft, fMargin.fTop); in onLayoutChildren()
/external/llvm/include/llvm/MC/
DMCInst.h161 void setLoc(SMLoc loc) { Loc = loc; }
/external/skia/experimental/DrawingBoard/
DSampleDrawingClient.cpp239 fPalette->setLoc(this->width()-100, 0); in onSizeChange()
/external/skia/samplecode/
DSampleXfer.cpp166 v->setLoc(x, y); in addButtons()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp474 TmpInst.setLoc(IDLoc); in expandSET()
499 TmpInst.setLoc(IDLoc); in expandSET()
521 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/clang/include/clang/AST/
DDeclarationName.h458 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() function
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2485 Inst.setLoc(IDLoc); in MatchFPUWaitAlias()
2537 Inst.setLoc(IDLoc); in MatchAndEmitATTInstruction()
2594 Inst.setLoc(IDLoc); in MatchAndEmitATTInstruction()
2779 Inst.setLoc(IDLoc); in MatchAndEmitIntelInstruction()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp711 MCB.setLoc(IDLoc); in finishBundle()
785 MCI.setLoc(IDLoc); in matchOneInstruction()
794 MCI.setLoc(IDLoc); in matchOneInstruction()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1444 tmpInst.setLoc(IDLoc); in emitRX()
1464 tmpInst.setLoc(IDLoc); in emitII()
1473 tmpInst.setLoc(IDLoc); in emitR()
1484 tmpInst.setLoc(IDLoc); in emitRRX()
1517 Inst.setLoc(IDLoc); in processInstruction()
2097 JalrInst.setLoc(IDLoc); in expandJalWithRegs()
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp794 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp622 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/clang/lib/Sema/
DSemaDecl.cpp4438 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4445 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4451 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4461 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4472 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4484 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4506 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4519 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1206 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4087 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/clang/lib/Serialization/
DASTReader.cpp7696 NameInfo.setLoc(ReadSourceLocation(F, Record, Idx)); in ReadDeclarationNameInfo()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp8618 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()