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

/external/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h41 assert (getStartLoc().isValid() && "Invalid StartLoc!");
43 return getEndLoc().getPointer() - getStartLoc().getPointer();
47 return StringRef(getStartLoc().getPointer(), getNameLen());
62 /// getStartLoc - Get the location of the first token of this operand.
63 virtual SMLoc getStartLoc() const = 0;
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp219 SMLoc getStartLoc() const { return StartLoc; } function in class:__anon9643::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...]
/external/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:__anon9711::MBlazeOperand
345 ErrorLoc = ((MBlazeOperand*)Operands[ErrorInfo])->getStartLoc();
364 SMLoc S = Base.getStartLoc();
365 SMLoc O = Offset.getStartLoc();
/external/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:__anon9678::ARMOperand
2577 return Error(PrevOp->getStartLoc(), "shift must be of a register");
5223 Error(Op2->getStartLoc(), isLoad ?
5232 NewReg, Op1->getStartLoc(), Op2->getEndLoc()));
5286 SMLoc Loc = Operands[0]->getStartLoc();
5309 CondLoc = Operands[i]->getStartLoc();
5330 return Error(Operands[3]->getStartLoc(),
5339 return Error(Operands[3]->getStartLoc(),
5349 return Error(Operands[3]->getStartLoc(),
[all...]
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp382 /// getStartLoc - Get the location of the first token of this operand.
383 SMLoc getStartLoc() const { return StartLoc; } function in class:__anon9734::MipsOperand
572 ErrorLoc = ((MipsOperand*)Operands[ErrorInfo])->getStartLoc();
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp207 /// getStartLoc - Get the location of the first token of this operand.
208 SMLoc getStartLoc() const { return StartLoc; } function in struct:__anon9798::X86Operand
2011 if (Operand->getStartLoc().isValid()) {
2013 return Error(Operand->getStartLoc(), "invalid operand for instruction",
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4111 Operand->getStartLoc()));
4136 Operand->getStartLoc(), /*Len*/0,
4144 AsmStrRewrites.push_back(AsmRewrite(AOK_Output, Operand->getStartLoc(),
4150 AsmStrRewrites.push_back(AsmRewrite(AOK_Input, Operand->getStartLoc(),
/external/clang/include/clang/AST/
H A DExprCXX.h1641 SourceLocation getStartLoc() const { return Range.getBegin(); }
1649 SourceLocation getLocStart() const LLVM_READONLY { return getStartLoc(); }
H A DStmt.h473 SourceLocation getStartLoc() const { return StartLoc; } function in class:clang::DeclStmt
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp211 Writer.AddSourceLocation(S->getStartLoc(), Record);
/external/clang/lib/Sema/
H A DSemaStmt.cpp1707 Diag(DS->getStartLoc(), diag::err_type_defined_in_for_range);
H A DTreeTransform.h5544 S->getStartLoc(), S->getEndLoc());

Completed in 226 milliseconds