Searched defs:EndLoc (Results 1 - 25 of 56) sorted by relevance

123

/external/clang/lib/AST/
H A DSelectorLocationsKind.cpp24 SourceLocation EndLoc) {
28 if (EndLoc.isInvalid())
32 return EndLoc.getLocWithOffset(-Len);
73 SourceLocation EndLoc) {
78 Args, EndLoc))
87 Args, EndLoc))
100 SourceLocation EndLoc) {
101 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
108 SourceLocation EndLoc) {
110 getArgLoc(Index, Args), EndLoc);
20 getStandardSelLoc(unsigned Index, Selector Sel, bool WithArgSpace, SourceLocation ArgLoc, SourceLocation EndLoc) argument
70 hasStandardSelLocs(Selector Sel, ArrayRef<SourceLocation> SelLocs, ArrayRef<T *> Args, SourceLocation EndLoc) argument
97 hasStandardSelectorLocs(Selector Sel, ArrayRef<SourceLocation> SelLocs, ArrayRef<Expr *> Args, SourceLocation EndLoc) argument
104 getStandardSelectorLoc(unsigned Index, Selector Sel, bool WithArgSpace, ArrayRef<Expr *> Args, SourceLocation EndLoc) argument
114 hasStandardSelectorLocs(Selector Sel, ArrayRef<SourceLocation> SelLocs, ArrayRef<ParmVarDecl *> Args, SourceLocation EndLoc) argument
121 getStandardSelectorLoc(unsigned Index, Selector Sel, bool WithArgSpace, ArrayRef<ParmVarDecl *> Args, SourceLocation EndLoc) argument
[all...]
H A DDeclObjC.cpp1901 SourceLocation EndLoc = getLocation(); local
1903 EndLoc = IvarLoc;
1905 return SourceRange(AtLoc, EndLoc);
H A DStmt.cpp588 // (BeginLoc, EndLoc) represents the range of the operand we are currently
592 SourceLocation EndLoc = local
595 Pieces.push_back(AsmStringPiece(N, Str, BeginLoc, EndLoc));
622 // (BeginLoc, EndLoc) represents the range of the operand we are currently
626 SourceLocation EndLoc = local
629 Pieces.push_back(AsmStringPiece(N, Str, BeginLoc, EndLoc));
721 EndLoc(endloc), NumAsmToks(asmtoks.size()) {
1192 SourceLocation LParenLoc, SourceLocation EndLoc,
1199 new (Mem) OMPPrivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
1227 SourceLocation LParenLoc, SourceLocation EndLoc,
1191 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL) argument
1226 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL, ArrayRef<Expr *> InitVL) argument
1277 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps) argument
1301 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1342 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep) argument
1377 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, Expr *A) argument
1420 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps) argument
1466 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps) argument
1535 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps) argument
1561 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1597 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
1625 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, const HelperExprs &Exprs) argument
1664 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, const HelperExprs &Exprs) argument
1710 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, const HelperExprs &Exprs) argument
1755 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
1779 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, Stmt *AssociatedStmt) argument
1799 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
1825 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, Stmt *AssociatedStmt) argument
1845 Create( const ASTContext &C, const DeclarationNameInfo &Name, SourceLocation StartLoc, SourceLocation EndLoc, Stmt *AssociatedStmt) argument
1865 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, const HelperExprs &Exprs) argument
1909 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, const HelperExprs &Exprs) argument
1954 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
1978 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
2004 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc) argument
2019 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc) argument
2033 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc) argument
2047 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses) argument
2069 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, Stmt *AssociatedStmt) argument
2089 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *X, Expr *V, Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate) argument
2120 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
2146 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
[all...]
/external/clang/lib/Parse/
H A DParseOpenMP.cpp144 SourceLocation Loc = ConsumeToken(), EndLoc; local
246 EndLoc = Tok.getLocation();
265 DKind, DirName, Clauses, AssociatedStmt.get(), Loc, EndLoc);
H A DParseCXXInlineMethods.cpp641 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); local
642 if (!EndLoc.isValid())
643 EndLoc = Tok.getLocation();
645 Diag(EndLoc, diag::err_expected_semi_decl_list);
H A DParsePragma.cpp909 SourceLocation EndLoc = Tok.getLocation(); local
921 Toks[0].setAnnotationEndLoc(EndLoc);
1060 SourceLocation EndLoc = Tok.getLocation(); local
1086 Toks[0].setAnnotationEndLoc(EndLoc);
1142 SourceLocation EndLoc = Tok.getLocation(); local
1157 Toks[0].setAnnotationEndLoc(EndLoc);
1575 SourceLocation EndLoc = Tok.getLocation(); local
1587 AnnotTok.setAnnotationEndLoc(EndLoc);
1667 SourceLocation EndLoc = Tok.getLocation(); local
1680 AnnotTok.setAnnotationEndLoc(EndLoc);
[all...]
H A DParser.cpp90 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd()); local
91 if (!ParenRange.getEnd().isFileID() || EndLoc.isInvalid()) {
100 << FixItHint::CreateInsertion(EndLoc, ")");
138 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); local
140 if (EndLoc.isValid())
145 ? Diag(EndLoc, DiagID) << FixItHint::CreateInsertion(EndLoc, Spelling)
184 SourceLocation EndLoc = Tok.getLocation(); local
189 EndLoc = Tok.getLocation();
198 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
671 SourceLocation EndLoc; local
1252 ParseSimpleAsm(SourceLocation *EndLoc) argument
1558 SourceLocation EndLoc = Tok.getLastLoc(); local
[all...]
H A DParseDeclCXX.cpp761 SourceLocation EndLoc; local
765 EndLoc = Tok.getAnnotationEndLoc();
769 return EndLoc;
809 EndLoc = ConsumeParen();
815 EndLoc = ConsumeAnyToken();
818 EndLoc = Tok.getLocation();
821 return EndLoc;
841 EndLoc = T.getCloseLocation();
857 return EndLoc;
862 SourceLocation EndLoc) {
860 AnnotateExistingDecltypeSpecifier(const DeclSpec& DS, SourceLocation StartLoc, SourceLocation EndLoc) argument
2976 SourceLocation EndLoc; local
3574 ParseCXX11AttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc) argument
3748 SourceLocation EndLoc = SkipCXX11Attributes(); local
3758 SourceLocation EndLoc; local
[all...]
H A DParseExprCXX.cpp260 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); local
264 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
2507 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); local
2509 Result.setDestructorName(TildeLoc, Type, EndLoc);
2927 SourceLocation EndLoc = Parens.getCloseLocation();
2930 Diag(EndLoc, diag::err_type_trait_arity)
2936 Diag(EndLoc, diag::err_type_trait_arity)
2941 return Actions.ActOnTypeTrait(TypeTraitFromTokKind(Kind), Loc, Args, EndLoc);
/external/clang/lib/Rewrite/
H A DHTMLRewrite.cpp278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart); local
350 R.InsertTextAfter(EndLoc, "</body></html>\n");
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp756 SourceLocation EndLoc = Tok.getLocation(); local
759 Tok.setLocation(EndLoc);
1112 SourceLocation EndLoc;
1132 if (PP.ConcatenateIncludeName(FilenameBuffer, EndLoc)) {
H A DPreprocessingRecord.cpp467 SourceLocation EndLoc; local
469 EndLoc = FilenameRange.getBegin();
471 EndLoc = FilenameRange.getEnd();
473 EndLoc = EndLoc.getLocWithOffset(-1); // the InclusionDirective expects
479 File, SourceRange(HashLoc, EndLoc));
H A DTokenLexer.cpp662 SourceLocation EndLoc = Tokens[CurToken - 1].getLocation(); local
672 if (EndLoc.isFileID())
673 EndLoc = getExpansionLocForMacroDefLoc(EndLoc);
677 while (SM.getFileID(EndLoc) != MacroFID)
678 EndLoc = SM.getImmediateExpansionRange(EndLoc).second;
680 Tok.setLocation(SM.createExpansionLoc(Tok.getLocation(), StartLoc, EndLoc,
H A DLexer.cpp2513 SourceLocation EndLoc = getSourceLocation(BufferEnd); local
2520 if (!Diags.isIgnored(diag::warn_cxx98_compat_no_newline_eof, EndLoc)) {
2530 << FixItHint::CreateInsertion(EndLoc, "\n");
/external/clang/include/clang/AST/
H A DDeclarationName.h539 SourceLocation EndLoc = getEndLoc(); variable
540 return EndLoc.isValid() ? EndLoc : getLocStart();
H A DOpenMPClause.h36 SourceLocation EndLoc; member in class:clang::OMPClause
41 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) argument
42 : StartLoc(StartLoc), EndLoc(EndLoc), Kind(K) {}
48 SourceLocation getLocEnd() const { return EndLoc; }
53 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; }
103 /// \param EndLoc Ending location of the clause.
107 SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N)
108 : OMPClause(K, StartLoc, EndLoc), LParenLoc(LParenLoc), NumVars(N) {}
171 /// \param EndLoc Endin
106 OMPVarListClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
173 OMPIfClause(Expr *Cond, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
226 OMPFinalClause(Expr *Cond, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
280 OMPNumThreadsClause(Expr *NumThreads, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
336 OMPSafelenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
392 OMPCollapseClause(Expr *Num, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
456 OMPDefaultClause(OpenMPDefaultClauseKind A, SourceLocation ALoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
527 OMPProcBindClause(OpenMPProcBindClauseKind A, SourceLocation ALoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
617 OMPScheduleClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation KLoc, SourceLocation CommaLoc, SourceLocation EndLoc, OpenMPScheduleClauseKind Kind, Expr *ChunkSize) argument
670 OMPOrderedClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
699 OMPNowaitClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
728 OMPUntiedClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
758 OMPMergeableClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
787 OMPReadClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
815 OMPWriteClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
845 OMPUpdateClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
875 OMPCaptureClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
905 OMPSeqCstClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
937 OMPPrivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
1030 OMPFirstprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
1167 OMPLastprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
1333 OMPSharedClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
1404 OMPReductionClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned N, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
1584 OMPLinearClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned NumVars) argument
1760 OMPAlignedClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned NumVars) argument
1850 OMPCopyinClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
1996 OMPCopyprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
2144 OMPFlushClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
[all...]
H A DStmtOpenMP.h40 SourceLocation EndLoc; member in class:clang::OMPExecutableDirective
64 /// \param EndLoc Ending location of the directive.
68 SourceLocation StartLoc, SourceLocation EndLoc,
71 EndLoc(std::move(EndLoc)), NumClauses(NumClauses),
163 SourceLocation getLocEnd() const { return EndLoc; }
174 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; }
228 /// \param EndLoc Ending Location of the directive.
230 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, argument
233 StartLoc, EndLoc, NumClause
67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses, unsigned NumChildren) argument
348 OMPLoopDirective(const T *That, StmtClass SC, OpenMPDirectiveKind Kind, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, unsigned NumClauses, unsigned NumSpecialChildren = 0) argument
638 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, unsigned NumClauses) argument
703 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, unsigned NumClauses) argument
767 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, unsigned NumClauses) argument
831 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses) argument
885 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) argument
935 OMPSingleDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses) argument
989 OMPMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) argument
1039 OMPCriticalDirective(const DeclarationNameInfo &Name, SourceLocation StartLoc, SourceLocation EndLoc) argument
1104 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, unsigned NumClauses) argument
1171 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, unsigned NumClauses) argument
1238 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses) argument
1296 OMPTaskDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses) argument
1351 OMPTaskyieldDirective(SourceLocation StartLoc, SourceLocation EndLoc) argument
1395 OMPBarrierDirective(SourceLocation StartLoc, SourceLocation EndLoc) argument
1439 OMPTaskwaitDirective(SourceLocation StartLoc, SourceLocation EndLoc) argument
1488 OMPFlushDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses) argument
1542 OMPOrderedDirective(SourceLocation StartLoc, SourceLocation EndLoc) argument
1611 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses) argument
1725 OMPTargetDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses) argument
1782 OMPTeamsDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses) argument
[all...]
/external/clang/include/clang/Lex/
H A DMacroInfo.h119 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; } argument
/external/clang/lib/Sema/
H A DSemaAttr.cpp588 void Sema::PopPragmaVisibility(bool IsNamespaceEnd, SourceLocation EndLoc) { argument
590 Diag(EndLoc, diag::err_pragma_pop_visibility_mismatch);
601 Diag(EndLoc, diag::note_surrounding_namespace_ends_here);
610 Diag(EndLoc, diag::err_pragma_pop_visibility_mismatch);
H A DSemaStmtAsm.cpp612 SourceLocation EndLoc) {
619 Clobbers, EndLoc);
605 ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, ArrayRef<Token> AsmToks, StringRef AsmString, unsigned NumOutputs, unsigned NumInputs, ArrayRef<StringRef> Constraints, ArrayRef<StringRef> Clobbers, ArrayRef<Expr*> Exprs, SourceLocation EndLoc) argument
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp53 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
76 bool matchSparcAsmModifiers(const MCExpr *&EVal, SMLoc &EndLoc);
150 SMLoc StartLoc, EndLoc; member in class:__anon10870::SparcOperand
234 return EndLoc;
295 Op->EndLoc = S;
305 Op->EndLoc = E;
314 Op->EndLoc = E;
369 Op->EndLoc = E;
426 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
430 EndLoc
866 matchSparcAsmModifiers(const MCExpr *&EVal, SMLoc &EndLoc) argument
[all...]
/external/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h30 SMLoc StartLoc, EndLoc; member in struct:llvm::X86Operand
67 : Kind(K), StartLoc(Start), EndLoc(End) {}
75 SMLoc getEndLoc() const override { return EndLoc; }
78 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
448 SMLoc EndLoc = SMLoc::getFromPointer(Loc.getPointer() + Str.size()); local
449 auto Res = llvm::make_unique<X86Operand>(Token, Loc, EndLoc);
456 CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc, argument
459 auto Res = llvm::make_unique<X86Operand>(Register, StartLoc, EndLoc);
469 SMLoc StartLoc, SMLoc EndLoc) {
470 auto Res = llvm::make_unique<X86Operand>(Immediate, StartLoc, EndLoc);
468 CreateImm(const MCExpr *Val, SMLoc StartLoc, SMLoc EndLoc) argument
477 CreateMem(unsigned ModeSize, const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = nullptr) argument
496 CreateMem(unsigned ModeSize, unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = nullptr) argument
[all...]
/external/clang/include/clang/Basic/
H A DSourceManager.h318 SourceLocation EndLoc = local
320 return EndLoc.isInvalid() ? getExpansionLocStart() : EndLoc;
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp216 void CodeGenFunction::FinishFunction(SourceLocation EndLoc) { argument
239 DI->EmitLocation(Builder, EndLoc);
249 // the ret after it's been at EndLoc.
254 DI->EmitLocation(Builder, EndLoc);
272 EmitFunctionEpilog(*CurFnInfo, EmitRetDbgLoc, EndLoc);
H A DCoverageMappingGen.cpp381 Optional<SourceLocation> EndLoc = None) {
384 RegionStack.emplace_back(Count, StartLoc, EndLoc);
399 SourceLocation EndLoc = Region.hasEndLoc() local
402 while (!SM.isWrittenInSameFile(StartLoc, EndLoc)) {
405 SourceLocation NestedLoc = getStartOfFileOrMacro(EndLoc);
406 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc));
408 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, EndLoc);
410 EndLoc = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(EndLoc));
411 assert(!EndLoc
448 adjustForOutOfOrderTraversal(SourceLocation EndLoc) argument
[all...]

Completed in 1873 milliseconds

123