Searched refs:setLoc (Results 1 - 20 of 20) 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/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/llvm/include/llvm/MC/
H A DMCInst.h161 void setLoc(SMLoc loc) { Loc = loc; } function in class:llvm::MCInst
/external/skia/src/views/
H A DSkView.cpp77 void SkView::setLoc(SkScalar x, SkScalar y) { function in class:SkView
87 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
638 this->setLoc(x, y);
/external/skia/experimental/DrawingBoard/
H A DSampleDrawingClient.cpp239 fPalette->setLoc(this->width()-100, 0);
/external/skia/samplecode/
H A DSampleXfer.cpp162 v->setLoc(x, y);
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp134 TmpInst.setLoc(IDLoc);
144 TmpInst.setLoc(IDLoc);
164 TmpInst.setLoc(IDLoc);
176 TmpInst.setLoc(IDLoc);
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp508 TmpInst.setLoc(IDLoc);
533 TmpInst.setLoc(IDLoc);
555 Inst.setLoc(IDLoc);
/external/clang/include/clang/AST/
H A DDeclarationName.h460 /// setLoc - Sets the main location of the declaration name.
461 void setLoc(SourceLocation L) { NameLoc = L; } function in struct:clang::DeclarationNameInfo
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp709 MCB.setLoc(IDLoc);
779 MCI.setLoc(IDLoc);
787 MCI.setLoc(IDLoc);
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp681 NameInfo.setLoc(AsmLoc);
H A DSemaDecl.cpp4569 NameInfo.setLoc(Name.StartLocation);
4576 NameInfo.setLoc(Name.StartLocation);
4582 NameInfo.setLoc(Name.StartLocation);
4592 NameInfo.setLoc(Name.StartLocation);
4603 NameInfo.setLoc(Name.StartLocation);
4615 NameInfo.setLoc(Name.StartLocation);
4637 NameInfo.setLoc(Name.StartLocation);
4650 NameInfo.setLoc(Name.StartLocation);
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp797 Inst.setLoc(IDLoc);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2576 Inst.setLoc(IDLoc);
2628 Inst.setLoc(IDLoc);
2685 Inst.setLoc(IDLoc);
2870 Inst.setLoc(IDLoc);
/external/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1155 Inst.setLoc(IDLoc);
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1242 Inst.setLoc(IDLoc);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1515 Inst.setLoc(IDLoc);
2090 JalrInst.setLoc(IDLoc);
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4052 Inst.setLoc(IDLoc);
/external/clang/lib/Serialization/
H A DASTReader.cpp7752 NameInfo.setLoc(ReadSourceLocation(F, Record, Idx));
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8855 Inst.setLoc(IDLoc);

Completed in 614 milliseconds