Home
last modified time | relevance | path

Searched refs:getEndLoc (Results 1 – 25 of 71) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp129 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function
252 Local.getEndLoc(), in ParseReg()
275 StackRegTok.getEndLoc(), in ParseReg()
283 StackRegTok.getEndLoc(), in ParseReg()
307 Int.getEndLoc(), WebAssemblyOperand::IntOp{Val})); in ParseSingleInteger()
321 LParen.getEndLoc(), in ParseOperandStartingWithInteger()
331 RParen.getEndLoc(), in ParseOperandStartingWithInteger()
342 RParen.getEndLoc(), WebAssemblyOperand::IntOp{0})); in ParseOperandStartingWithInteger()
376 Id.getEndLoc(), WebAssemblyOperand::SymOp{Val})); in ParseInstruction()
396 Tok.getEndLoc(), WebAssemblyOperand::FltOp{Val})); in ParseInstruction()
/external/llvm/lib/MC/MCParser/
DMCAsmLexer.cpp30 SMLoc AsmToken::getEndLoc() const { in getEndLoc() function in AsmToken
35 return SMRange(getLoc(), getEndLoc()); in getLocRange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DMCAsmLexer.cpp32 SMLoc AsmToken::getEndLoc() const { in getEndLoc() function in AsmToken
37 return SMRange(getLoc(), getEndLoc()); in getLocRange()
/external/bcc/src/cc/frontends/clang/
Dfrontend_action_common.h18 #define GET_ENDLOC(E) ((E)->getEndLoc())
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h29 virtual SMLoc getEndLoc() const = 0;
/external/llvm/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h68 virtual SMLoc getEndLoc() const = 0;
DMCAsmLexer.h82 SMLoc getEndLoc() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h69 virtual SMLoc getEndLoc() const = 0;
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp69 SourceLocation getEndLoc() const { in getEndLoc() function in __anon229160920111::SourceMappingRegion
267 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions()
423 ? Region.getEndLoc() in popRegions()
424 : RegionStack[ParentIndex].getEndLoc(); in popRegions()
481 Region.getEndLoc() == EndLoc; in isRegionAlreadyAdded()
/external/clang/include/clang/AST/
DDeclarationName.h533 SourceLocation getEndLoc() const;
542 SourceLocation EndLoc = getEndLoc(); in getLocEnd()
DStmtCXX.h89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd()
92 SourceLocation getEndLoc() const { in getEndLoc() function
DStmt.h470 SourceLocation getEndLoc() const { return EndLoc; } in getEndLoc() function
1770 SourceLocation getEndLoc() const { return EndLoc; } in getEndLoc() function
1865 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd()
1868 SourceLocation getEndLoc() const { return getBlock()->getLocEnd(); } in getEndLoc() function
1905 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd()
1908 SourceLocation getEndLoc() const { return Block->getLocEnd(); } in getEndLoc() function
1944 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd()
1947 SourceLocation getEndLoc() const { return Children[HANDLER]->getLocEnd(); } in getEndLoc() function
DDeclFriend.h149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
DNestedNameSpecifier.h288 SourceLocation getEndLoc() const { in getEndLoc() function
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp882 EndLoc = Tok.getEndLoc(); in ParseRegister()
951 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister()
956 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister()
974 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister()
1392 SMLoc BracLoc = Tok.getLoc(), End = Tok.getEndLoc(); in ParseIntelBracExpression()
1434 End = Tok.getEndLoc(); in ParseIntelBracExpression()
1484 End = Tok.getEndLoc(); in ParseIntelIdentifier()
1539 Start, ImmDispToken.getEndLoc(), Size); in ParseIntelSegmentOverride()
2135 SMLoc MemEnd = Parser.getTok().getEndLoc(); in ParseMemOperand()
2381 SMLoc Loc = Op.getEndLoc(); in ParseInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmMacro.h87 SMLoc getEndLoc() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp144 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function
327 EndLoc = Tok.getEndLoc(); in ParseRegister()
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp68 SourceLocation KWEndLoc = Tok.getEndLoc().getLocWithOffset(-1); in ParseCXXInlineMethodDef()
329 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()
403 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc()); in ParseLexedMethodDeclaration()
508 BodyEnd.setLocation(LastBodyToken.getEndLoc()); in ParseLexedMethodDef()
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDToken.cpp135 (*operandIterator)->getEndLoc().getPointer()) { in tokenize()
/external/clang/lib/AST/
DDeclarationName.cpp580 SourceLocation DeclarationNameInfo::getEndLoc() const { in getEndLoc() function in DeclarationNameInfo
599 return TInfo->getTypeLoc().getEndLoc(); in getEndLoc()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
DMBlazeAsmParser.cpp139 SMLoc getEndLoc() const { return EndLoc; } in getEndLoc() function
363 SMLoc E = Offset.getEndLoc(); in ParseMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1077 EndLoc = Tok.getEndLoc(); in ParseRegister()
1140 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister()
1145 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister()
1175 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister()
1616 End = Tok.getEndLoc(); in ParseIntelInlineAsmIdentifier()
1669 SMLoc End = Tok.getEndLoc(); in ParseRoundingModeOp()
2238 SMLoc MemEnd = Parser.getTok().getEndLoc(); in ParseMemOperand()
2565 SMLoc Loc = Op1.getEndLoc(); in ParseInstruction()
2592 Op.getEndLoc()); in ParseInstruction()
2601 Op.getEndLoc()); in ParseInstruction()
/external/clang/include/clang/Lex/
DToken.h150 SourceLocation getEndLoc() const { in getEndLoc() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp469 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function in __anonf77cce8c0111::AArch64Operand
3349 RegNum, RegKind::Scalar, StartLoc, Ext->getEndLoc(), getContext(), EqTy, in tryParseGPROperand()
4372 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext())); in MatchAndEmitInstruction()
4374 Op3.getEndLoc(), getContext()); in MatchAndEmitInstruction()
4425 ImmRExpr, LSBOp.getStartLoc(), LSBOp.getEndLoc(), getContext()); in MatchAndEmitInstruction()
4428 WidthOp.getEndLoc(), getContext())); in MatchAndEmitInstruction()
4478 NewOp3, Op3.getStartLoc(), Op3.getEndLoc(), getContext()); in MatchAndEmitInstruction()
4480 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext()); in MatchAndEmitInstruction()
4534 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext()); in MatchAndEmitInstruction()
4585 Op.getStartLoc(), Op.getEndLoc(), in MatchAndEmitInstruction()
[all …]
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp327 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function in __anon26fd99540211::AArch64Operand
3774 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext())); in MatchAndEmitInstruction()
3776 Op3.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3827 ImmRExpr, LSBOp.getStartLoc(), LSBOp.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3830 WidthOp.getEndLoc(), getContext())); in MatchAndEmitInstruction()
3880 NewOp3, Op3.getStartLoc(), Op3.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3882 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3936 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3962 Op.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3977 Op.getEndLoc(), getContext()); in MatchAndEmitInstruction()
[all …]

123