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

  /external/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;
MCAsmLexer.h 73 SMLoc getEndLoc() const;
  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 29 SMLoc AsmToken::getEndLoc() const {
  /external/clang/include/clang/AST/
DeclarationName.h 511 /// getEndLoc - Retrieve the location of the last token.
512 SourceLocation getEndLoc() const;
516 SourceLocation EndLoc = getEndLoc();
523 SourceLocation EndLoc = getEndLoc();
DeclFriend.h 109 return SourceRange(getFriendLoc(), TInfo->getTypeLoc().getEndLoc());
StmtCXX.h 88 return SourceRange(getTryLoc(), getEndLoc());
92 SourceLocation getEndLoc() const {
NestedNameSpecifier.h 270 SourceLocation getEndLoc() const {
Stmt.h 477 SourceLocation getEndLoc() const { return EndLoc; }
    [all...]
TypeLoc.h 94 SourceLocation getEndLoc() const;
98 return SourceRange(getBeginLoc(), getEndLoc());
101 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
    [all...]
ExprCXX.h     [all...]
DeclCXX.h     [all...]
Decl.h     [all...]
  /external/llvm/lib/MC/MCDisassembler/
EDToken.cpp 135 (*operandIterator)->getEndLoc().getPointer()) {
  /external/clang/lib/AST/
DeclarationName.cpp 596 SourceLocation DeclarationNameInfo::getEndLoc() const {
615 return TInfo->getTypeLoc().getEndLoc();
TypeLoc.cpp 119 SourceLocation TypeLoc::getEndLoc() const {
DeclTemplate.cpp 465 DefaultArgument->getTypeLoc().getEndLoc());
718 End = getTypeAsWritten()->getTypeLoc().getEndLoc();
    [all...]
ExprCXX.cpp 114 SourceLocation CXXNewExpr::getEndLoc() const {
117 return AllocatedTypeInfo->getTypeLoc().getEndLoc();
    [all...]
Expr.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 136 /// getEndLoc - Get the location of the last token of this operand.
137 SMLoc getEndLoc() const { return EndLoc; }
360 SMLoc E = Offset.getEndLoc();
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 188 /// getEndLoc - Get the location of the last token of this operand.
189 SMLoc getEndLoc() const { return EndLoc; }
491 SMRange(StartLoc, Tok.getEndLoc()));
512 SMRange(StartLoc, Tok.getEndLoc()));
575 SMRange(StartLoc, Tok.getEndLoc()));
578 EndLoc = Tok.getEndLoc();
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 72 SourceLocation getEndLoc() const { return Range.getEnd(); }
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 528 SS.isNotEmpty() ? SS.getEndLoc() : TypenameLoc));
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 212 Writer.AddSourceLocation(S->getEndLoc(), Record);
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 484 /// getEndLoc - Get the location of the last token of this operand.
485 SMLoc getEndLoc() const { return EndLoc; }
    [all...]

Completed in 570 milliseconds