/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 | 76 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()
|
D | SkStackViewLayout.cpp | 263 child->setLoc(fMargin.fLeft, fMargin.fTop); in onLayoutChildren()
|
/external/llvm/include/llvm/MC/ |
D | MCInst.h | 161 void setLoc(SMLoc loc) { Loc = loc; }
|
/external/skia/experimental/DrawingBoard/ |
D | SampleDrawingClient.cpp | 239 fPalette->setLoc(this->width()-100, 0); in onSizeChange()
|
/external/skia/samplecode/ |
D | SampleXfer.cpp | 166 v->setLoc(x, y); in addButtons()
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 474 TmpInst.setLoc(IDLoc); in expandSET() 499 TmpInst.setLoc(IDLoc); in expandSET() 521 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|
/external/clang/include/clang/AST/ |
D | DeclarationName.h | 458 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() function
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2485 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/ |
D | HexagonAsmParser.cpp | 711 MCB.setLoc(IDLoc); in finishBundle() 785 MCI.setLoc(IDLoc); in matchOneInstruction() 794 MCI.setLoc(IDLoc); in matchOneInstruction()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1444 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/ |
D | SystemZAsmParser.cpp | 794 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 622 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 4438 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/ |
D | PPCAsmParser.cpp | 1206 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 4087 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 7696 NameInfo.setLoc(ReadSourceLocation(F, Record, Idx)); in ReadDeclarationNameInfo()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 8618 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|