HomeSort by relevance Sort by last modified time
    Searched defs:EndLoc (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/lib/Lex/
TokenLexer.cpp 597 SourceLocation EndLoc = Tokens[CurToken - 1].getLocation();
607 if (EndLoc.isFileID())
608 EndLoc = getExpansionLocForMacroDefLoc(EndLoc);
609 Tok.setLocation(SM.createExpansionLoc(Tok.getLocation(), StartLoc, EndLoc,
PPMacroExpansion.cpp 519 SourceLocation EndLoc = Tok.getLocation();
522 Tok.setLocation(EndLoc);
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 505 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
506 if (!EndLoc.isValid())
507 EndLoc = Tok.getLocation();
509 Diag(EndLoc, diag::err_expected_semi_decl_list);
ParseExprCXX.cpp 176 SourceLocation EndLoc = ParseDecltypeSpecifier(DS);
178 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
    [all...]
ParseStmt.cpp     [all...]
Parser.cpp 142 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
143 if (!ParenRange.getEnd().isFileID() || EndLoc.isInvalid()) {
152 << FixItHint::CreateInsertion(EndLoc, ")");
189 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
190 if (EndLoc.isValid() &&
193 Diag(EndLoc, DiagID)
195 << FixItHint::CreateInsertion(EndLoc, Spelling);
228 SourceLocation EndLoc = Tok.getLocation();
233 EndLoc = Tok.getLocation();
242 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
    [all...]
ParseDecl.cpp 110 SourceLocation *endLoc,
157 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc);
170 if (endLoc)
171 *endLoc = Loc;
180 SourceLocation *EndLoc) {
186 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
192 ParseThreadSafetyAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
197 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
660 SourceLocation *endLoc) {
784 if (endLoc)
    [all...]
ParseDeclCXX.cpp 665 SourceLocation EndLoc;
669 EndLoc = Tok.getAnnotationEndLoc();
673 return EndLoc;
717 EndLoc = T.getCloseLocation();
728 return EndLoc;
733 SourceLocation EndLoc) {
743 Tok.setAnnotationEndLoc(EndLoc);
    [all...]
ParseObjc.cpp     [all...]
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 280 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart);
352 R.InsertTextAfter(EndLoc, "</body></html>\n");
  /external/clang/include/clang/AST/
DeclarationName.h 529 SourceLocation EndLoc = getEndLoc();
530 return SourceRange(BeginLoc, EndLoc.isValid() ? EndLoc : BeginLoc);
536 SourceLocation EndLoc = getEndLoc();
537 return EndLoc.isValid() ? EndLoc : getLocStart();
DeclObjC.h 224 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
245 DeclEndLoc(endLoc), Body(0), SelfDecl(0), CmdDecl(0) {
257 SourceLocation endLoc,
623 SourceLocation EndLoc;
    [all...]
Stmt.h 448 SourceLocation StartLoc, EndLoc;
452 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
453 StartLoc(startLoc), EndLoc(endLoc) {}
473 SourceLocation getEndLoc() const { return EndLoc; }
474 void setEndLoc(SourceLocation L) { EndLoc = L; }
477 return SourceRange(StartLoc, EndLoc);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 411 SourceLocation endLoc,
422 return new (C) ObjCMethodDecl(beginLoc, endLoc,
    [all...]
Stmt.cpp 680 ArrayRef<StringRef> clobbers, SourceLocation endloc)
683 EndLoc(endloc), AsmStr(asmstr.str()), NumAsmToks(asmtoks.size()) {
772 SourceLocation EndLoc;
774 EndLoc = getFinallyStmt()->getLocEnd();
776 EndLoc = getCatchStmt(NumCatchStmts - 1)->getLocEnd();
778 EndLoc = getTryBody()->getLocEnd();
780 return SourceRange(AtTryLoc, EndLoc);
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 56 SourceLocation EndLoc,
71 = CXXMethodDecl::Create(Context, Class, EndLoc,
80 EndLoc);
379 SourceLocation EndLoc;
393 EndLoc = Intro.Range.getEnd();
408 EndLoc = ParamInfo.getSourceRange().getEnd();
424 MethodTyInfo, EndLoc, Params);
    [all...]
SemaInit.cpp 569 SourceLocation EndLoc
571 StructuredSubobjectInitList->setRBraceLoc(EndLoc);
    [all...]
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 43 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
87 SMLoc StartLoc, EndLoc;
119 EndLoc = o.EndLoc;
143 SMLoc getEndLoc() const { return EndLoc; }
230 Op->EndLoc = S;
238 Op->EndLoc = E;
246 Op->EndLoc = E;
254 Op->EndLoc = E;
265 Op->EndLoc = E
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 48 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
155 SMLoc StartLoc, EndLoc;
223 Op->EndLoc = S;
231 Op->EndLoc = E;
239 Op->EndLoc = E;
249 Op->EndLoc = E;
256 SMLoc getEndLoc() const { return EndLoc; }
578 SMLoc EndLoc;
596 if (getParser().ParseParenExpression(IdVal,EndLoc))
629 SMLoc &EndLoc) {
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 317 SourceLocation EndLoc =
319 return EndLoc.isInvalid() ? getExpansionLocStart() : EndLoc;
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 172 virtual bool ParseExpression(const MCExpr *&Res, SMLoc &EndLoc);
173 virtual bool ParseParenExpression(const MCExpr *&Res, SMLoc &EndLoc);
226 bool ParsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc);
227 bool ParseBinOpRHS(unsigned Precedence, const MCExpr *&Res, SMLoc &EndLoc);
228 bool ParseParenExpr(const MCExpr *&Res, SMLoc &EndLoc);
229 bool ParseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc);
649 bool AsmParser::ParseParenExpr(const MCExpr *&Res, SMLoc &EndLoc) {
653 EndLoc = Lexer.getLoc();
663 bool AsmParser::ParseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc) {
667 EndLoc = Lexer.getLoc()
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 115 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
172 SMLoc StartLoc, EndLoc;
199 : Kind(K), StartLoc(Start), EndLoc(End) {}
204 SMLoc getEndLoc() const { return EndLoc; }
206 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
444 SMLoc EndLoc = SMLoc::getFromPointer(Loc.getPointer() + Str.size() - 1);
445 X86Operand *Res = new X86Operand(Token, Loc, EndLoc);
451 static X86Operand *CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc) {
452 X86Operand *Res = new X86Operand(Register, StartLoc, EndLoc);
457 static X86Operand *CreateImm(const MCExpr *Val, SMLoc StartLoc, SMLoc EndLoc){
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 369 SourceLocation EndLoc=SourceLocation());
380 SourceLocation EndLoc=SourceLocation());
    [all...]
RewriteObjC.cpp 357 SourceLocation EndLoc=SourceLocation());
366 SourceLocation EndLoc=SourceLocation());
    [all...]

Completed in 1532 milliseconds

1 2