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

/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp234 SMLoc getStartLoc() const { return StartLoc; } function in class:__anon2307::AArch64Operand
2118 return Error(Operands[4]->getStartLoc(),
2143 return Error(Operands[4]->getStartLoc(),
2152 return Error(Operands[1]->getStartLoc(),
2161 return Error(Operands[1]->getStartLoc(),
2170 return Error(Operands[1]->getStartLoc(),
2179 return Error(Operands[1]->getStartLoc(),
2357 ErrorLoc = ((AArch64Operand*)Operands[ErrorInfo])->getStartLoc();
2367 return Error(((AArch64Operand*)Operands[ErrorInfo])->getStartLoc(),
2370 return Error(((AArch64Operand*)Operands[ErrorInfo])->getStartLoc(),
[all...]
/freebsd-9.3-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-9.3-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp544 /// getStartLoc - Get the location of the first token of this operand.
545 SMLoc getStartLoc() const { return StartLoc; } function in class:__anon2340::ARMOperand
2725 return Error(PrevOp->getStartLoc(), "shift must be of a register");
5243 Error(Op2->getStartLoc(), isLoad ?
5252 NewReg, Op1->getStartLoc(), Op2->getEndLoc()));
5326 SMLoc Loc = Operands[0]->getStartLoc();
5348 CondLoc = Operands[I]->getStartLoc();
5370 return Error(Operands[3]->getStartLoc(),
5376 return Error(Operands[3]->getStartLoc(),
5382 return Error(Operands[3]->getStartLoc(),
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp224 /// getStartLoc - Get the location of the first token of this operand.
225 SMLoc getStartLoc() const { function in class:__anon2468::SparcOperand
410 ErrorLoc = ((SparcOperand*) Operands[ErrorInfo])->getStartLoc();
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp224 virtual SMLoc getStartLoc() const LLVM_OVERRIDE { return StartLoc; }
743 ErrorLoc = ((SystemZOperand*)Operands[ErrorInfo])->getStartLoc();
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp661 /// getStartLoc - Get the location of the first token of this operand.
662 SMLoc getStartLoc() const { return StartLoc; } function in struct:__anon2502::X86Operand
2583 if (Operand->getStartLoc().isValid()) {
2585 return Error(Operand->getStartLoc(), "invalid operand for instruction",
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp308 /// getStartLoc - Get the location of the first token of this operand.
309 SMLoc getStartLoc() const { return StartLoc; } function in struct:__anon2415::PPCOperand
882 ErrorLoc = ((PPCOperand*)Operands[ErrorInfo])->getStartLoc();
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp544 /// getStartLoc - Get the location of the first token of this operand.
545 SMLoc getStartLoc() const { return StartLoc; } function in class:__anon2389::MipsOperand
876 ErrorLoc = ((MipsOperand *)Operands[ErrorInfo])->getStartLoc();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1835 SourceLocation getStartLoc() const { return Range.getBegin(); }
1843 SourceLocation getLocStart() const LLVM_READONLY { return getStartLoc(); }
H A DStmt.h468 SourceLocation getStartLoc() const { return StartLoc; } function in class:clang::DeclStmt
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp215 Writer.AddSourceLocation(S->getStartLoc(), Record);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1847 Diag(DS->getStartLoc(), diag::err_type_defined_in_for_range);
H A DTreeTransform.h5716 return getDerived().RebuildDeclStmt(Decls, S->getStartLoc(), S->getEndLoc());

Completed in 290 milliseconds