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

1 2

  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 30 SMLoc AsmToken::getEndLoc() const {
AsmParser.cpp 728 EndLoc = Lexer.getTok().getEndLoc();
742 EndLoc = Lexer.getTok().getEndLoc();
812 EndLoc = Lexer.getTok().getEndLoc();
834 EndLoc = Lexer.getTok().getEndLoc();
844 EndLoc = Lexer.getTok().getEndLoc();
854 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 72 SMLoc getEndLoc() const;
  /external/clang/include/clang/AST/
StmtCXX.h 89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
92 SourceLocation getEndLoc() const {
DeclFriend.h 149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
DeclarationName.h 527 /// getEndLoc - Retrieve the location of the last token.
528 SourceLocation getEndLoc() const;
537 SourceLocation EndLoc = getEndLoc();
Stmt.h 468 SourceLocation getEndLoc() const { return EndLoc; }
    [all...]
NestedNameSpecifier.h 273 SourceLocation getEndLoc() const {
TypeLoc.h 121 SourceLocation getEndLoc() const;
125 return SourceRange(getBeginLoc(), getEndLoc());
128 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
    [all...]
ExprCXX.h     [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 548 SourceLocation DeclarationNameInfo::getEndLoc() const {
567 return TInfo->getTypeLoc().getEndLoc();
TypeLoc.cpp 165 SourceLocation TypeLoc::getEndLoc() const {
DeclTemplate.cpp 497 DefaultArgument->getTypeLoc().getEndLoc());
    [all...]
DeclCXX.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 661 /// getEndLoc - Get the location of the last token of this operand.
662 SMLoc getEndLoc() const { return EndLoc; }
1041 EndLoc = Tok.getEndLoc();
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 529 /// getEndLoc - Get the location of the last token of this operand.
530 SMLoc getEndLoc() const { return EndLoc; }
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 425 /// getEndLoc - Get the location of the last token of this operand.
426 SMLoc getEndLoc() const {
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 304 /// getEndLoc - Get the location of the last token of this operand.
305 SMLoc getEndLoc() const { return EndLoc; }
929 EndLoc = Tok.getEndLoc();
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 572 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc());
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 224 virtual SMLoc getEndLoc() const LLVM_OVERRIDE { return EndLoc; }
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 215 Writer.AddSourceLocation(S->getEndLoc(), Record);
261 Writer.AddSourceLocation(S->getEndLoc(), Record);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 76 SourceLocation getEndLoc() const { return Range.getEnd(); }
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 556 SS.isNotEmpty() ? SS.getEndLoc() : TypenameLoc));
    [all...]

Completed in 317 milliseconds

1 2