Searched refs:getStartLoc (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h54 /// getStartLoc - Get the location of the first token of this operand.
55 virtual SMLoc getStartLoc() const = 0;
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp219 SMLoc getStartLoc() const { return StartLoc; } function in class:__anon2339::AArch64Operand
1743 return Error(Operands[4]->getStartLoc(),
1768 return Error(Operands[4]->getStartLoc(),
1777 return Error(Operands[1]->getStartLoc(),
1786 return Error(Operands[1]->getStartLoc(),
1795 return Error(Operands[1]->getStartLoc(),
1804 return Error(Operands[1]->getStartLoc(),
1982 ErrorLoc = ((AArch64Operand*)Operands[ErrorInfo])->getStartLoc();
1992 return Error(((AArch64Operand*)Operands[ErrorInfo])->getStartLoc(),
1995 return Error(((AArch64Operand*)Operands[ErrorInfo])->getStartLoc(),
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp141 /// getStartLoc - Get the location of the first token of this operand.
142 SMLoc getStartLoc() const { return StartLoc; } function in struct:__anon2407::MBlazeOperand
345 ErrorLoc = ((MBlazeOperand*)Operands[ErrorInfo])->getStartLoc();
364 SMLoc S = Base.getStartLoc();
365 SMLoc O = Offset.getStartLoc();
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp518 /// getStartLoc - Get the location of the first token of this operand.
519 SMLoc getStartLoc() const { return StartLoc; } function in class:__anon2374::ARMOperand
2584 return Error(PrevOp->getStartLoc(), "shift must be of a register");
5238 Error(Op2->getStartLoc(), isLoad ?
5247 NewReg, Op1->getStartLoc(), Op2->getEndLoc()));
5301 SMLoc Loc = Operands[0]->getStartLoc();
5324 CondLoc = Operands[i]->getStartLoc();
5345 return Error(Operands[3]->getStartLoc(),
5354 return Error(Operands[3]->getStartLoc(),
5364 return Error(Operands[3]->getStartLoc(),
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp219 /// getStartLoc - Get the location of the first token of this operand.
220 SMLoc getStartLoc() const { return StartLoc; } function in struct:__anon2453::PPCOperand
497 ErrorLoc = ((PPCOperand*)Operands[ErrorInfo])->getStartLoc();
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp194 virtual SMLoc getStartLoc() const LLVM_OVERRIDE { return StartLoc; }
658 ErrorLoc = ((SystemZOperand*)Operands[ErrorInfo])->getStartLoc();
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp656 /// getStartLoc - Get the location of the first token of this operand.
657 SMLoc getStartLoc() const { return StartLoc; } function in struct:__anon2510::X86Operand
2396 if (Operand->getStartLoc().isValid()) {
2398 return Error(Operand->getStartLoc(), "invalid operand for instruction",
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp395 /// getStartLoc - Get the location of the first token of this operand.
396 SMLoc getStartLoc() const { function in class:__anon2430::MipsOperand
729 ErrorLoc = ((MipsOperand*) Operands[ErrorInfo])->getStartLoc();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1747 SourceLocation getStartLoc() const { return Range.getBegin(); }
1755 SourceLocation getLocStart() const LLVM_READONLY { return getStartLoc(); }
H A DStmt.h477 SourceLocation getStartLoc() const { return StartLoc; } function in class:clang::DeclStmt
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp212 Writer.AddSourceLocation(S->getStartLoc(), Record);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1751 Diag(DS->getStartLoc(), diag::err_type_defined_in_for_range);
H A DTreeTransform.h5586 S->getStartLoc(), S->getEndLoc());

Completed in 353 milliseconds