HomeSort by relevance Sort by last modified time
    Searched refs:getEndLoc (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 30 SMLoc AsmToken::getEndLoc() const {
AsmParser.cpp 750 EndLoc = Lexer.getTok().getEndLoc();
765 EndLoc = Lexer.getTok().getEndLoc();
880 EndLoc = Lexer.getTok().getEndLoc();
900 EndLoc = Lexer.getTok().getEndLoc();
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 56 /// getEndLoc - Get the location of the last token of this operand.
57 virtual SMLoc getEndLoc() const = 0;
MCAsmLexer.h 76 SMLoc getEndLoc() const;
  /external/clang/include/clang/AST/
StmtCXX.h 89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
92 SourceLocation getEndLoc() const {
DeclFriend.h 150 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
DeclarationName.h 528 /// getEndLoc - Retrieve the location of the last token.
529 SourceLocation getEndLoc() const;
538 SourceLocation EndLoc = getEndLoc();
Stmt.h 470 SourceLocation getEndLoc() const { return EndLoc; }
    [all...]
NestedNameSpecifier.h 274 SourceLocation getEndLoc() const {
TypeLoc.h 124 SourceLocation getEndLoc() const;
128 return SourceRange(getBeginLoc(), getEndLoc());
131 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 559 SourceLocation DeclarationNameInfo::getEndLoc() const {
578 return TInfo->getTypeLoc().getEndLoc();
TypeLoc.cpp 165 SourceLocation TypeLoc::getEndLoc() const {
DeclTemplate.cpp 493 DefaultArgument->getTypeLoc().getEndLoc());
770 End = getTypeAsWritten()->getTypeLoc().getEndLoc()
    [all...]
DeclCXX.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 843 EndLoc = Tok.getEndLoc();
901 EndLoc = Parser.getTok().getEndLoc();
906 EndLoc = Parser.getTok().getEndLoc();
924 EndLoc = Parser.getTok().getEndLoc();
    [all...]
X86Operand.h 73 /// getEndLoc - Get the location of the last token of this operand.
74 SMLoc getEndLoc() const override { return EndLoc; }
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 308 /// getEndLoc - Get the location of the last token of this operand.
309 SMLoc getEndLoc() const override { return EndLoc; }
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 232 /// 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/
ARMAsmParser.cpp 614 /// getEndLoc - Get the location of the last token of this operand.
615 SMLoc getEndLoc() const override { return EndLoc; }
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 225 SMLoc getEndLoc() const override { return EndLoc; }
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 843 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc());
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 848 /// getEndLoc - Get the location of the last token of this operand.
849 SMLoc getEndLoc() const override { return EndLoc; }
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 355 /// getEndLoc - Get the location of the last token of this operand.
356 SMLoc getEndLoc() const override { return EndLoc; }
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 76 SourceLocation getEndLoc() const { return Range.getEnd(); }
    [all...]

Completed in 1071 milliseconds

1 2