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

/external/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;
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp219 SMLoc getStartLoc() const { return StartLoc; } function in class:__anon21337::AArch64Operand
1843 return Error(Operands[4]->getStartLoc(),
1868 return Error(Operands[4]->getStartLoc(),
1877 return Error(Operands[1]->getStartLoc(),
1886 return Error(Operands[1]->getStartLoc(),
1895 return Error(Operands[1]->getStartLoc(),
1904 return Error(Operands[1]->getStartLoc(),
2082 ErrorLoc = ((AArch64Operand*)Operands[ErrorInfo])->getStartLoc();
2092 return Error(((AArch64Operand*)Operands[ErrorInfo])->getStartLoc(),
2095 return Error(((AArch64Operand*)Operands[ErrorInfo])->getStartLoc(),
[all...]
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp527 /// getStartLoc - Get the location of the first token of this operand.
528 SMLoc getStartLoc() const { return StartLoc; } function in class:__anon21372::ARMOperand
2684 return Error(PrevOp->getStartLoc(), "shift must be of a register");
5135 Error(Op2->getStartLoc(), isLoad ?
5144 NewReg, Op1->getStartLoc(), Op2->getEndLoc()));
5218 SMLoc Loc = Operands[0]->getStartLoc();
5241 CondLoc = Operands[i]->getStartLoc();
5262 return Error(Operands[3]->getStartLoc(),
5271 return Error(Operands[3]->getStartLoc(),
5281 return Error(Operands[3]->getStartLoc(),
[all...]
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp223 virtual SMLoc getStartLoc() const LLVM_OVERRIDE { return StartLoc; }
731 ErrorLoc = ((SystemZOperand*)Operands[ErrorInfo])->getStartLoc();
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp659 /// getStartLoc - Get the location of the first token of this operand.
660 SMLoc getStartLoc() const { return StartLoc; } function in struct:__anon21518::X86Operand
2422 if (Operand->getStartLoc().isValid()) {
2424 return Error(Operand->getStartLoc(), "invalid operand for instruction",
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp421 /// getStartLoc - Get the location of the first token of this operand.
422 SMLoc getStartLoc() const { function in class:__anon21420::MipsOperand
755 ErrorLoc = ((MipsOperand*) Operands[ErrorInfo])->getStartLoc();
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp301 /// getStartLoc - Get the location of the first token of this operand.
302 SMLoc getStartLoc() const { return StartLoc; } function in struct:__anon21446::PPCOperand
875 ErrorLoc = ((PPCOperand*)Operands[ErrorInfo])->getStartLoc();
/external/clang/include/clang/AST/
H A DExprCXX.h1839 SourceLocation getStartLoc() const { return Range.getBegin(); }
1847 SourceLocation getLocStart() const LLVM_READONLY { return getStartLoc(); }
H A DStmt.h466 SourceLocation getStartLoc() const { return StartLoc; } function in class:clang::DeclStmt
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp214 Writer.AddSourceLocation(S->getStartLoc(), Record);
/external/clang/lib/Sema/
H A DSemaStmt.cpp1847 Diag(DS->getStartLoc(), diag::err_type_defined_in_for_range);
H A DTreeTransform.h5674 return getDerived().RebuildDeclStmt(Decls, S->getStartLoc(), S->getEndLoc());

Completed in 113 milliseconds