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

1 2 3 4 5

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Availability.h 40 SourceLocation BeginLoc, EndLoc;
44 SourceLocation BeginLoc, SourceLocation EndLoc)
46 EndLoc(EndLoc) {}
50 : BeginLoc(StarLoc), EndLoc(StarLoc) {}
55 SourceLocation getEndLoc() const { return EndLoc; }
DeclarationName.h 547 SourceLocation EndLoc = getEndLoc();
548 return EndLoc.isValid() ? EndLoc : getLocStart();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Availability.h 40 SourceLocation BeginLoc, EndLoc;
44 SourceLocation BeginLoc, SourceLocation EndLoc)
46 EndLoc(EndLoc) {}
50 : BeginLoc(StarLoc), EndLoc(StarLoc) {}
55 SourceLocation getEndLoc() const { return EndLoc; }
DeclarationName.h 547 SourceLocation EndLoc = getEndLoc();
548 return EndLoc.isValid() ? EndLoc : getLocStart();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Availability.h 40 SourceLocation BeginLoc, EndLoc;
44 SourceLocation BeginLoc, SourceLocation EndLoc)
46 EndLoc(EndLoc) {}
50 : BeginLoc(StarLoc), EndLoc(StarLoc) {}
55 SourceLocation getEndLoc() const { return EndLoc; }
DeclarationName.h 547 SourceLocation EndLoc = getEndLoc();
548 return EndLoc.isValid() ? EndLoc : getLocStart();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Availability.h 40 SourceLocation BeginLoc, EndLoc;
44 SourceLocation BeginLoc, SourceLocation EndLoc)
46 EndLoc(EndLoc) {}
50 : BeginLoc(StarLoc), EndLoc(StarLoc) {}
55 SourceLocation getEndLoc() const { return EndLoc; }
DeclarationName.h 547 SourceLocation EndLoc = getEndLoc();
548 return EndLoc.isValid() ? EndLoc : getLocStart();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Availability.h 40 SourceLocation BeginLoc, EndLoc;
44 SourceLocation BeginLoc, SourceLocation EndLoc)
46 EndLoc(EndLoc) {}
50 : BeginLoc(StarLoc), EndLoc(StarLoc) {}
55 SourceLocation getEndLoc() const { return EndLoc; }
DeclarationName.h 547 SourceLocation EndLoc = getEndLoc();
548 return EndLoc.isValid() ? EndLoc : getLocStart();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Availability.h 40 SourceLocation BeginLoc, EndLoc;
44 SourceLocation BeginLoc, SourceLocation EndLoc)
46 EndLoc(EndLoc) {}
50 : BeginLoc(StarLoc), EndLoc(StarLoc) {}
55 SourceLocation getEndLoc() const { return EndLoc; }
DeclarationName.h 547 SourceLocation EndLoc = getEndLoc();
548 return EndLoc.isValid() ? EndLoc : getLocStart();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Availability.h 40 SourceLocation BeginLoc, EndLoc;
44 SourceLocation BeginLoc, SourceLocation EndLoc)
46 EndLoc(EndLoc) {}
50 : BeginLoc(StarLoc), EndLoc(StarLoc) {}
55 SourceLocation getEndLoc() const { return EndLoc; }
DeclarationName.h 547 SourceLocation EndLoc = getEndLoc();
548 return EndLoc.isValid() ? EndLoc : getLocStart();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Availability.h 40 SourceLocation BeginLoc, EndLoc;
44 SourceLocation BeginLoc, SourceLocation EndLoc)
46 EndLoc(EndLoc) {}
50 : BeginLoc(StarLoc), EndLoc(StarLoc) {}
55 SourceLocation getEndLoc() const { return EndLoc; }
DeclarationName.h 547 SourceLocation EndLoc = getEndLoc();
548 return EndLoc.isValid() ? EndLoc : getLocStart();
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 467 SourceLocation EndLoc;
469 EndLoc = FilenameRange.getBegin();
471 EndLoc = FilenameRange.getEnd();
473 EndLoc = EndLoc.getLocWithOffset(-1); // the InclusionDirective expects
479 File, SourceRange(HashLoc, EndLoc));
TokenLexer.cpp 670 SourceLocation EndLoc = Tokens[CurToken - 1].getLocation();
680 if (EndLoc.isFileID())
681 EndLoc = getExpansionLocForMacroDefLoc(EndLoc);
685 while (SM.getFileID(EndLoc) != MacroFID)
686 EndLoc = SM.getImmediateExpansionRange(EndLoc).second;
688 Tok.setLocation(SM.createExpansionLoc(Tok.getLocation(), StartLoc, EndLoc,
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Rewrite/
HTMLRewrite.cpp 278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart);
350 R.InsertTextAfter(EndLoc, "</body></html>\n");
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 466 SourceLocation BegLoc = Range.getBegin(), EndLoc = Range.getEnd();
467 while (BegLoc != EndLoc) {
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 647 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
648 if (!EndLoc.isValid())
649 EndLoc = Tok.getLocation();
651 Diag(EndLoc, diag::err_expected_semi_decl_list);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 45 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
83 SMLoc StartLoc, EndLoc;
115 EndLoc = o.EndLoc;
139 SMLoc getEndLoc() const { return EndLoc; }
226 Op->EndLoc = S;
234 Op->EndLoc = E;
242 Op->EndLoc = E;
250 Op->EndLoc = E;
261 Op->EndLoc = E
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 542 SourceLocation EndLoc = getEndLoc();
543 return EndLoc.isValid() ? EndLoc : getLocStart();
  /external/clang/lib/AST/
DeclObjC.cpp 751 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
757 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
    [all...]

Completed in 1100 milliseconds

1 2 3 4 5