/external/clang/test/Analysis/ |
D | region-store.cpp | 10 void setLoc(Loc L) { in setLoc() function in P1 25 Builder->setLoc(l); in radar13445834()
|
/external/skia/include/views/ |
D | SkView.h | 96 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/ |
D | SkView.cpp | 79 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()
|
D | SkStackViewLayout.cpp | 263 child->setLoc(fMargin.fLeft, fMargin.fTop); in onLayoutChildren()
|
/external/llvm/include/llvm/MC/ |
D | MCInst.h | 160 void setLoc(SMLoc loc) { Loc = loc; }
|
/external/skia/experimental/DrawingBoard/ |
D | SampleDrawingClient.cpp | 239 fPalette->setLoc(this->width()-100, 0); in onSizeChange()
|
/external/clang/include/clang/AST/ |
D | DeclarationName.h | 458 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() function
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1238 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/ |
D | X86AsmParser.cpp | 2495 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/ |
D | SystemZAsmParser.cpp | 725 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 397 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/R600/AsmParser/ |
D | AMDGPUAsmParser.cpp | 515 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 4264 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/ |
D | PPCAsmParser.cpp | 1139 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3850 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 7774 NameInfo.setLoc(ReadSourceLocation(F, Record, Idx)); in ReadDeclarationNameInfo()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 8624 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|