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

1 2 3

  /external/bcc/src/cc/frontends/clang/
frontend_action_common.h 18 #define GET_ENDLOC(E) ((E)->getEndLoc())
  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 30 SMLoc AsmToken::getEndLoc() const {
35 return SMRange(getLoc(), getEndLoc());
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 28 /// getEndLoc - Get the location of the last token of this operand.
29 virtual SMLoc getEndLoc() const = 0;
  /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 82 SMLoc getEndLoc() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 68 /// getEndLoc - Get the location of the last token of this operand.
69 virtual SMLoc getEndLoc() const = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 129 SMLoc getEndLoc() const override { return EndLoc; }
252 Local.getEndLoc(),
275 StackRegTok.getEndLoc(),
283 StackRegTok.getEndLoc(),
307 Int.getEndLoc(), WebAssemblyOperand::IntOp{Val}));
321 LParen.getEndLoc(),
331 RParen.getEndLoc(),
342 RParen.getEndLoc(), WebAssemblyOperand::IntOp{0}));
376 Id.getEndLoc(), WebAssemblyOperand::SymOp{Val}));
396 Tok.getEndLoc(), WebAssemblyOperand::FltOp{Val}))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 32 SMLoc AsmToken::getEndLoc() const {
37 return SMRange(getLoc(), getEndLoc());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmMacro.h 87 SMLoc getEndLoc() const;
  /external/clang/include/clang/AST/
DeclFriend.h 149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
DeclarationName.h 532 /// getEndLoc - Retrieve the location of the last token.
533 SourceLocation getEndLoc() const;
542 SourceLocation EndLoc = getEndLoc();
Stmt.h 470 SourceLocation getEndLoc() const { return EndLoc; }
    [all...]
StmtCXX.h 89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
92 SourceLocation getEndLoc() const {
NestedNameSpecifier.h 288 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 150 SourceLocation getEndLoc() const {
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDToken.cpp 135 (*operandIterator)->getEndLoc().getPointer()) {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 138 /// getEndLoc - Get the location of the last token of this operand.
139 SMLoc getEndLoc() const { return EndLoc; }
363 SMLoc E = Offset.getEndLoc();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/AsmParser/
BPFAsmParser.cpp 143 /// getEndLoc - Gets location of the last token of this operand
144 SMLoc getEndLoc() const override { return EndLoc; }
327 EndLoc = Tok.getEndLoc();
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 68 SourceLocation KWEndLoc = Tok.getEndLoc().getLocWithOffset(-1);
329 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc());
403 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc());
508 BodyEnd.setLocation(LastBodyToken.getEndLoc());
    [all...]
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 69 SourceLocation getEndLoc() const {
267 SourceLocation LocEnd = Region.getEndLoc();
423 ? Region.getEndLoc()
424 : RegionStack[ParentIndex].getEndLoc();
481 Region.getEndLoc() == EndLoc;
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 580 SourceLocation DeclarationNameInfo::getEndLoc() const {
599 return TInfo->getTypeLoc().getEndLoc();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/AsmParser/
AVRAsmParser.cpp 224 SMLoc getEndLoc() const { return End; }
370 Operands.push_back(AVROperand::CreateReg(RegNo, T.getLoc(), T.getEndLoc()));
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp 146 /// getEndLoc - Get the location of the last token of this operand.
147 SMLoc getEndLoc() const { return EndLoc; }
794 SMLoc Loc = Op.getEndLoc();
807 SMLoc Loc = Op.getEndLoc();
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 882 EndLoc = Tok.getEndLoc();
951 EndLoc = Parser.getTok().getEndLoc();
956 EndLoc = Parser.getTok().getEndLoc();
974 EndLoc = Parser.getTok().getEndLoc();
    [all...]

Completed in 855 milliseconds

1 2 3