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

1 2

  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 30 SMLoc AsmToken::getEndLoc() const {
35 return SMRange(getLoc(), getEndLoc());
AsmParser.cpp 757 EndLoc = Lexer.getTok().getEndLoc();
772 EndLoc = Lexer.getTok().getEndLoc();
888 EndLoc = Lexer.getTok().getEndLoc();
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 67 /// getEndLoc - Get the location of the last token of this operand.
68 virtual SMLoc getEndLoc() const = 0;
MCAsmLexer.h 76 SMLoc getEndLoc() const;
  /external/clang/include/clang/AST/
DeclFriend.h 154 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
DeclarationName.h 529 /// getEndLoc - Retrieve the location of the last token.
530 SourceLocation getEndLoc() const;
539 SourceLocation EndLoc = getEndLoc();
StmtCXX.h 89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
92 SourceLocation getEndLoc() const {
Stmt.h 458 SourceLocation getEndLoc() const { return EndLoc; }
    [all...]
NestedNameSpecifier.h 287 SourceLocation getEndLoc() const {
TypeLoc.h 124 SourceLocation getEndLoc() const;
128 return SourceRange(getBeginLoc(), getEndLoc());
131 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
    [all...]
  /external/clang/include/clang/Lex/
Token.h 151 SourceLocation getEndLoc() const {
  /external/clang/lib/AST/
DeclarationName.cpp 559 SourceLocation DeclarationNameInfo::getEndLoc() const {
578 return TInfo->getTypeLoc().getEndLoc();
TypeLoc.cpp 207 SourceLocation TypeLoc::getEndLoc() const {
DeclTemplate.cpp 518 getDefaultArgumentInfo()->getTypeLoc().getEndLoc());
    [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 67 SourceLocation KWEndLoc = Tok.getEndLoc().getLocWithOffset(-1);
322 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc());
396 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc());
501 BodyEnd.setLocation(LastBodyToken.getEndLoc());
    [all...]
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 67 SourceLocation getEndLoc() const {
254 SourceLocation LocEnd = Region.getEndLoc();
394 ? Region.getEndLoc()
395 : RegionStack[ParentIndex].getEndLoc();
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 905 EndLoc = Tok.getEndLoc();
968 EndLoc = Parser.getTok().getEndLoc();
973 EndLoc = Parser.getTok().getEndLoc();
991 EndLoc = Parser.getTok().getEndLoc();
    [all...]
X86Operand.h 77 /// getEndLoc - Get the location of the last token of this operand.
78 SMLoc getEndLoc() const override { return EndLoc; }
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 324 /// getEndLoc - Get the location of the last token of this operand.
325 SMLoc getEndLoc() const override { return EndLoc; }
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 571 /// getEndLoc - Get the location of the last token of this operand.
572 SMLoc getEndLoc() const override { return EndLoc; }
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 262 /// getEndLoc - Get the location of the last token of this operand.
263 SMLoc getEndLoc() const override {
563 EndLoc = Tok.getEndLoc();
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 257 SMLoc getEndLoc() const override {
522 EndLoc = Tok.getEndLoc();
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 263 SMLoc getEndLoc() const override { return EndLoc; }
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]

Completed in 735 milliseconds

1 2