Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/lib/MC/MCParser/
HDMCAsmLexer.cpp30 SMLoc AsmToken::getEndLoc() const { in getEndLoc() function in AsmToken
35 return SMRange(getLoc(), getEndLoc()); in getLocRange()
HDAsmParser.cpp756 EndLoc = Lexer.getTok().getEndLoc(); in parseParenExpr()
771 EndLoc = Lexer.getTok().getEndLoc(); in parseBracketExpr()
886 EndLoc = Lexer.getTok().getEndLoc(); in parsePrimaryExpr()
906 EndLoc = Lexer.getTok().getEndLoc(); in parsePrimaryExpr()
916 EndLoc = Lexer.getTok().getEndLoc(); in parsePrimaryExpr()
926 EndLoc = Lexer.getTok().getEndLoc(); in parsePrimaryExpr()
1085 EndLoc = Lexer.getTok().getEndLoc(); in parseParenExprOfDepth()
2006 const char *NextChar = getTok().getEndLoc().getPointer(); in parseMacroArgument()
/NextBSD/contrib/llvm/include/llvm/MC/MCParser/
HDMCParsedAsmOperand.h60 virtual SMLoc getEndLoc() const = 0;
HDMCAsmLexer.h76 SMLoc getEndLoc() const;
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtCXX.h89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd()
92 SourceLocation getEndLoc() const { in getEndLoc() function
HDDeclarationName.h530 SourceLocation getEndLoc() const;
539 SourceLocation EndLoc = getEndLoc(); in getLocEnd()
HDStmt.h476 SourceLocation getEndLoc() const { return EndLoc; } in getEndLoc() function
1755 SourceLocation getEndLoc() const { return EndLoc; } in getEndLoc() function
1850 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd()
1853 SourceLocation getEndLoc() const { return getBlock()->getLocEnd(); } in getEndLoc() function
1890 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd()
1893 SourceLocation getEndLoc() const { return Block->getLocEnd(); } in getEndLoc() function
1929 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd()
1932 SourceLocation getEndLoc() const { return Children[HANDLER]->getLocEnd(); } in getEndLoc() function
HDDeclFriend.h154 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
HDNestedNameSpecifier.h287 SourceLocation getEndLoc() const { in getEndLoc() function
HDTypeLoc.h124 SourceLocation getEndLoc() const;
128 return SourceRange(getBeginLoc(), getEndLoc()); in getSourceRange()
131 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd()
1738 getQualifierLoc().getEndLoc()); in getLocalSourceRange()
HDExprCXX.h1797 SourceLocation getEndLoc() const { return Range.getEnd(); } in getEndLoc() function
1805 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd()
3177 return MemberNameInfo.getEndLoc(); in getLocEnd()
/NextBSD/contrib/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp901 EndLoc = Tok.getEndLoc(); in ParseRegister()
959 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister()
964 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister()
982 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister()
1287 SMLoc BracLoc = Tok.getLoc(), End = Tok.getEndLoc(); in ParseIntelBracExpression()
1326 End = Tok.getEndLoc(); in ParseIntelBracExpression()
1376 End = Tok.getEndLoc(); in ParseIntelIdentifier()
1431 Start, ImmDispToken.getEndLoc(), Size); in ParseIntelSegmentOverride()
2018 SMLoc MemEnd = Parser.getTok().getEndLoc(); in ParseMemOperand()
2226 SMLoc Loc = Op.getEndLoc(); in ParseInstruction()
[all …]
HDX86Operand.h78 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.cpp67 SourceLocation KWEndLoc = Tok.getEndLoc().getLocWithOffset(-1); in ParseCXXInlineMethodDef()
320 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()
394 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc()); in ParseLexedMethodDeclaration()
499 BodyEnd.setLocation(LastBodyToken.getEndLoc()); in ParseLexedMethodDef()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclarationName.cpp559 SourceLocation DeclarationNameInfo::getEndLoc() const { in getEndLoc() function in DeclarationNameInfo
578 return TInfo->getTypeLoc().getEndLoc(); in getEndLoc()
HDTypeLoc.cpp207 SourceLocation TypeLoc::getEndLoc() const { in getEndLoc() function in TypeLoc
HDDeclTemplate.cpp520 getDefaultArgumentInfo()->getTypeLoc().getEndLoc()); in getSourceRange()
807 End = getTypeAsWritten()->getTypeLoc().getEndLoc(); in getSourceRange()
HDDeclCXX.cpp2135 return SourceRange(Begin, getNameInfo().getEndLoc()); in getSourceRange()
2160 return SourceRange(Begin, getNameInfo().getEndLoc()); in getSourceRange()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCoverageMappingGen.cpp78 const SourceLocation &getEndLoc() const { in getEndLoc() function in __anon177107890111::SourceMappingRegion
265 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions()
405 ? Region.getEndLoc() in popRegions()
406 : RegionStack[ParentIndex].getEndLoc(); in popRegions()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDToken.h151 SourceLocation getEndLoc() const { in getEndLoc() function
/NextBSD/contrib/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp314 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function in __anon61806b610211::AArch64Operand
3685 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext())); in MatchAndEmitInstruction()
3687 Op3.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3738 ImmRExpr, LSBOp.getStartLoc(), LSBOp.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3741 WidthOp.getEndLoc(), getContext())); in MatchAndEmitInstruction()
3791 NewOp3, Op3.getStartLoc(), Op3.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3793 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3847 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3873 Op.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3888 Op.getEndLoc(), getContext()); in MatchAndEmitInstruction()
[all …]
/NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp652 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function in __anonde494dcf0311::ARMOperand
2984 EndLoc = Tok.getEndLoc(); in ParseRegister()
3123 EndLoc = Parser.getTok().getEndLoc(); in tryParseShiftRegister()
3162 RegTok.getEndLoc())); in tryParseRegisterWithWriteBack()
3189 SMLoc E = Parser.getTok().getEndLoc(); in tryParseRegisterWithWriteBack()
3356 SMLoc E = Parser.getTok().getEndLoc(); in parseCoprocOptionOperand()
3524 SMLoc E = Parser.getTok().getEndLoc(); in parseRegisterList()
3549 EndLoc = Parser.getTok().getEndLoc(); in parseVectorLane()
3574 EndLoc = Parser.getTok().getEndLoc(); in parseVectorLane()
3602 SMLoc E = Parser.getTok().getEndLoc(); in parseVectorList()
[all …]
/NextBSD/contrib/llvm/lib/Target/Sparc/AsmParser/
HDSparcAsmParser.cpp248 SMLoc getEndLoc() const override { in getEndLoc() function in __anoncd81a7410111::SparcOperand
499 EndLoc = Tok.getEndLoc(); in ParseRegister()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp250 SMLoc getEndLoc() const override { in getEndLoc() function in __anon0f45d00b0111::AMDGPUOperand
466 EndLoc = Tok.getEndLoc(); in ParseRegister()
/NextBSD/contrib/llvm/lib/Target/SystemZ/AsmParser/
HDSystemZAsmParser.cpp263 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function in __anoncc88d8cd0111::SystemZOperand

12