/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 219 SMLoc getStartLoc() const { return StartLoc; } in getStartLoc() function in __anon47c7655e0211::AArch64Operand 1843 return Error(Operands[4]->getStartLoc(), in validateInstruction() 1868 return Error(Operands[4]->getStartLoc(), in validateInstruction() 1877 return Error(Operands[1]->getStartLoc(), in validateInstruction() 1886 return Error(Operands[1]->getStartLoc(), in validateInstruction() 1895 return Error(Operands[1]->getStartLoc(), in validateInstruction() 1904 return Error(Operands[1]->getStartLoc(), in validateInstruction() 2082 ErrorLoc = ((AArch64Operand*)Operands[ErrorInfo])->getStartLoc(); in MatchAndEmitInstruction() 2092 return Error(((AArch64Operand*)Operands[ErrorInfo])->getStartLoc(), in MatchAndEmitInstruction() 2095 return Error(((AArch64Operand*)Operands[ErrorInfo])->getStartLoc(), in MatchAndEmitInstruction() [all …]
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCParsedAsmOperand.h | 55 virtual SMLoc getStartLoc() const = 0;
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 528 SMLoc getStartLoc() const { return StartLoc; } in getStartLoc() function in __anon65089acc0311::ARMOperand 2684 return Error(PrevOp->getStartLoc(), "shift must be of a register"); in tryParseShiftRegister() 5135 Error(Op2->getStartLoc(), isLoad ? in ParseInstruction() 5144 NewReg, Op1->getStartLoc(), Op2->getEndLoc())); in ParseInstruction() 5218 SMLoc Loc = Operands[0]->getStartLoc(); in validateInstruction() 5241 CondLoc = Operands[i]->getStartLoc(); in validateInstruction() 5262 return Error(Operands[3]->getStartLoc(), in validateInstruction() 5271 return Error(Operands[3]->getStartLoc(), in validateInstruction() 5281 return Error(Operands[3]->getStartLoc(), in validateInstruction() 5291 return Error(Operands[5]->getStartLoc(), in validateInstruction() [all …]
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 223 virtual SMLoc getStartLoc() const LLVM_OVERRIDE { return StartLoc; } in getStartLoc() function in __anonb2cfd2ca0111::SystemZOperand 731 ErrorLoc = ((SystemZOperand*)Operands[ErrorInfo])->getStartLoc(); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 660 SMLoc getStartLoc() const { return StartLoc; } in getStartLoc() function 2422 if (Operand->getStartLoc().isValid()) { in MatchAndEmitInstruction() 2424 return Error(Operand->getStartLoc(), "invalid operand for instruction", in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 302 SMLoc getStartLoc() const { return StartLoc; } in getStartLoc() function 875 ErrorLoc = ((PPCOperand*)Operands[ErrorInfo])->getStartLoc(); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 422 SMLoc getStartLoc() const { in getStartLoc() function in __anon5efbd75e0311::MipsOperand 755 ErrorLoc = ((MipsOperand*) Operands[ErrorInfo])->getStartLoc(); in MatchAndEmitInstruction()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1839 SourceLocation getStartLoc() const { return Range.getBegin(); } in getStartLoc() function 1847 SourceLocation getLocStart() const LLVM_READONLY { return getStartLoc(); } in getLocStart()
|
D | Stmt.h | 466 SourceLocation getStartLoc() const { return StartLoc; } in getStartLoc() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 214 Writer.AddSourceLocation(S->getStartLoc(), Record); in VisitDeclStmt()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1847 Diag(DS->getStartLoc(), diag::err_type_defined_in_for_range); in ActOnCXXForRangeStmt()
|
D | TreeTransform.h | 5674 return getDerived().RebuildDeclStmt(Decls, S->getStartLoc(), S->getEndLoc()); in TransformDeclStmt()
|