Searched refs:getEndLoc (Results 1 - 25 of 34) sorted by relevance

12

/external/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp30 SMLoc AsmToken::getEndLoc() const { function in class:AsmToken
H A DAsmParser.cpp750 EndLoc = Lexer.getTok().getEndLoc();
765 EndLoc = Lexer.getTok().getEndLoc();
880 EndLoc = Lexer.getTok().getEndLoc();
900 EndLoc = Lexer.getTok().getEndLoc();
910 EndLoc = Lexer.getTok().getEndLoc();
920 EndLoc = Lexer.getTok().getEndLoc();
1944 const char *NextChar = getTok().getEndLoc().getPointer();
/external/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h56 /// getEndLoc - Get the location of the last token of this operand.
57 virtual SMLoc getEndLoc() const = 0;
H A DMCAsmLexer.h76 SMLoc getEndLoc() const;
/external/clang/include/clang/AST/
H A DStmtCXX.h89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
92 SourceLocation getEndLoc() const { function in class:clang::CXXTryStmt
H A DDeclFriend.h150 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
H A DDeclarationName.h528 /// getEndLoc - Retrieve the location of the last token.
529 SourceLocation getEndLoc() const;
538 SourceLocation EndLoc = getEndLoc();
H A DNestedNameSpecifier.h274 SourceLocation getEndLoc() const { function in class:clang::NestedNameSpecifierLoc
H A DStmt.h470 SourceLocation getEndLoc() const { return EndLoc; } function in class:clang::DeclStmt
1739 SourceLocation getEndLoc() const { return EndLoc; } function in class:clang::MSAsmStmt
1834 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
1837 SourceLocation getEndLoc() const { return getBlock()->getLocEnd(); } function in class:clang::SEHExceptStmt
1874 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
1877 SourceLocation getEndLoc() const { return Block->getLocEnd(); } function in class:clang::SEHFinallyStmt
1913 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
1916 SourceLocation getEndLoc() const { return Children[HANDLER]->getLocEnd(); } function in class:clang::SEHTryStmt
H A DTypeLoc.h124 SourceLocation getEndLoc() const;
128 return SourceRange(getBeginLoc(), getEndLoc());
131 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
1666 getQualifierLoc().getEndLoc());
H A DExprCXX.h1754 SourceLocation getEndLoc() const { return Range.getEnd(); }
1762 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
3133 return MemberNameInfo.getEndLoc();
/external/clang/lib/AST/
H A DDeclarationName.cpp559 SourceLocation DeclarationNameInfo::getEndLoc() const { function in class:DeclarationNameInfo
578 return TInfo->getTypeLoc().getEndLoc();
H A DTypeLoc.cpp165 SourceLocation TypeLoc::getEndLoc() const { function in class:TypeLoc
H A DDeclTemplate.cpp493 DefaultArgument->getTypeLoc().getEndLoc());
770 End = getTypeAsWritten()->getTypeLoc().getEndLoc();
H A DDeclCXX.cpp2059 return SourceRange(Begin, getNameInfo().getEndLoc());
2084 return SourceRange(Begin, getNameInfo().getEndLoc());
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp843 EndLoc = Tok.getEndLoc();
901 EndLoc = Parser.getTok().getEndLoc();
906 EndLoc = Parser.getTok().getEndLoc();
924 EndLoc = Parser.getTok().getEndLoc();
1201 SMLoc BracLoc = Tok.getLoc(), End = Tok.getEndLoc();
1240 End = Tok.getEndLoc();
1287 End = Tok.getEndLoc();
1327 /*Scale=*/1, Start, ImmDispToken.getEndLoc(),
1850 SMLoc MemEnd = Parser.getTok().getEndLoc();
2011 SMLoc Loc = Op.getEndLoc();
[all...]
H A DX86Operand.h73 /// getEndLoc - Get the location of the last token of this operand.
74 SMLoc getEndLoc() const override { return EndLoc; }
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp308 /// getEndLoc - Get the location of the last token of this operand.
309 SMLoc getEndLoc() const override { return EndLoc; }
3612 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext()));
3614 Op3.getEndLoc(), getContext());
3665 NewOp3, Op3.getStartLoc(), Op3.getEndLoc(), getContext());
3667 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());
3721 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());
3747 Op.getEndLoc(), getContext());
3762 Op.getEndLoc(), getContext());
3778 Op.getEndLoc(), getContex
[all...]
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp202 result, tsi->getTypeLoc().getBeginLoc(), tsi->getTypeLoc().getEndLoc()));
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp232 /// getEndLoc - Get the location of the last token of this operand.
233 SMLoc getEndLoc() const override {
433 EndLoc = Tok.getEndLoc();
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp614 /// getEndLoc - Get the location of the last token of this operand.
615 SMLoc getEndLoc() const override { return EndLoc; }
2875 EndLoc = Parser.getTok().getEndLoc();
3008 EndLoc = Parser.getTok().getEndLoc();
3046 RegTok.getEndLoc()));
3073 SMLoc E = Parser.getTok().getEndLoc();
3232 SMLoc E = Parser.getTok().getEndLoc();
3399 SMLoc E = Parser.getTok().getEndLoc();
3423 EndLoc = Parser.getTok().getEndLoc();
3448 EndLoc = Parser.getTok().getEndLoc();
[all...]
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp225 SMLoc getEndLoc() const override { return EndLoc; }
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp843 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc());
863 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); {
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp848 /// getEndLoc - Get the location of the last token of this operand.
849 SMLoc getEndLoc() const override { return EndLoc; }
1805 EndLoc = Operand.getEndLoc();
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp355 /// getEndLoc - Get the location of the last token of this operand.
356 SMLoc getEndLoc() const override { return EndLoc; }
1000 EndLoc = Tok.getEndLoc();

Completed in 447 milliseconds

12