Home
last modified time | relevance | path

Searched refs:setLoc (Results 1 – 17 of 17) 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.cpp79 void SkView::setLoc(SkScalar x, SkScalar y) in setLoc() function in SkView
92 this->setLoc(fLoc.fX + dx, fLoc.fY + dy); in offset()
666 this->setLoc(x, y); in onInflate()
DSkStackViewLayout.cpp263 child->setLoc(fMargin.fLeft, fMargin.fTop); in onLayoutChildren()
/external/llvm/include/llvm/MC/
DMCInst.h160 void setLoc(SMLoc loc) { Loc = loc; }
/external/skia/experimental/DrawingBoard/
DSampleDrawingClient.cpp239 fPalette->setLoc(this->width()-100, 0); in onSizeChange()
/external/clang/include/clang/AST/
DDeclarationName.h458 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() function
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1238 Inst.setLoc(IDLoc); in processInstruction()
1443 TmpInst.setLoc(IDLoc); in processInstruction()
1644 tmpInst.setLoc(IDLoc); in createShiftOr()
1652 tmpInst.setLoc(IDLoc); in createShiftOr()
1669 JalrInst.setLoc(IDLoc); in expandJalWithRegs()
1716 tmpInst.setLoc(IDLoc); in expandLoadImm()
2021 TempInst.setLoc(IDLoc); in expandMemInst()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2495 Inst.setLoc(IDLoc); in MatchFPUWaitAlias()
2550 Inst.setLoc(IDLoc); in MatchAndEmitATTInstruction()
2607 Inst.setLoc(IDLoc); in MatchAndEmitATTInstruction()
2795 Inst.setLoc(IDLoc); in MatchAndEmitIntelInstruction()
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp725 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp397 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/llvm/lib/Target/R600/AsmParser/
DAMDGPUAsmParser.cpp515 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/clang/lib/Sema/
DSemaDecl.cpp4264 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4271 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4277 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4287 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4298 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4310 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4332 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
4345 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1139 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3850 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/clang/lib/Serialization/
DASTReader.cpp7774 NameInfo.setLoc(ReadSourceLocation(F, Record, Idx)); in ReadDeclarationNameInfo()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp8624 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()