Searched refs:EndLoc (Results 1 - 25 of 66) 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 DStmt.cpp661 EndLoc(endloc), NumAsmToks(asmtoks.size()) {
1128 SourceLocation EndLoc,
1134 EndLoc, VL.size());
1150 SourceLocation EndLoc,
1157 EndLoc,
1174 SourceLocation EndLoc,
1180 new (Mem) OMPLastprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
1196 SourceLocation EndLoc,
1202 EndLoc, VL.size());
1219 SourceLocation EndLoc,
1125 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1147 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1171 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1193 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1215 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, Expr *Step) argument
1240 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, Expr *A) argument
1261 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1283 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1311 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
1332 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
1360 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
1386 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
1411 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
1435 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, Stmt *AssociatedStmt) argument
1455 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
1482 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
1507 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
[all...]
/external/clang/include/clang/AST/
H A DSelectorLocationsKind.h49 SourceLocation EndLoc);
61 SourceLocation EndLoc);
67 SourceLocation EndLoc);
79 SourceLocation EndLoc);
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),
131 SourceLocation getLocEnd() const { return EndLoc; }
142 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; }
188 /// \param EndLoc Ending Location of the directive.
190 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, argument
193 StartLoc, EndLoc, NumClause
67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses, unsigned NumChildren) argument
250 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, unsigned NumClauses) argument
319 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, unsigned NumClauses) argument
385 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses) argument
439 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) argument
489 OMPSingleDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses) argument
550 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, unsigned NumClauses) argument
619 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses) argument
[all...]
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
227 OMPNumThreadsClause(Expr *NumThreads, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
283 OMPSafelenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
339 OMPCollapseClause(Expr *Num, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
403 OMPDefaultClause(OpenMPDefaultClauseKind A, SourceLocation ALoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
474 OMPProcBindClause(OpenMPProcBindClauseKind A, SourceLocation ALoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
564 OMPScheduleClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation KLoc, SourceLocation CommaLoc, SourceLocation EndLoc, OpenMPScheduleClauseKind Kind, Expr *ChunkSize) argument
617 OMPOrderedClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
646 OMPNowaitClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
677 OMPPrivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
737 OMPFirstprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
797 OMPLastprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
856 OMPSharedClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
927 OMPReductionClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned N, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
1017 OMPLinearClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned NumVars) argument
1102 OMPAlignedClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned NumVars) argument
1178 OMPCopyinClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
1238 OMPCopyprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
[all...]
H A DDeclarationName.h538 SourceLocation EndLoc = getEndLoc(); variable
539 return EndLoc.isValid() ? EndLoc : getLocStart();
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp64 SMLoc StartLoc, EndLoc; member in class:__anon25306::SystemZOperand
119 : Kind(kind), StartLoc(startLoc), EndLoc(endLoc) {}
123 SMLoc EndLoc) {
124 return make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc);
133 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { argument
134 auto Op = make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc);
140 createAccessReg(unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { argument
141 auto Op = make_unique<SystemZOperand>(KindAccessReg, StartLoc, EndLoc);
146 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { argument
147 auto Op = make_unique<SystemZOperand>(KindImm, StartLoc, EndLoc);
122 createInvalid(SMLoc StartLoc, SMLoc EndLoc) argument
152 createMem(RegisterKind RegKind, unsigned Base, const MCExpr *Disp, unsigned Index, const MCExpr *Length, SMLoc StartLoc, SMLoc EndLoc) argument
308 SMLoc StartLoc, EndLoc; member in struct:__anon25306::SystemZAsmParser::Register
572 SMLoc EndLoc = local
583 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
770 SMLoc EndLoc = local
[all...]
/external/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h30 SMLoc StartLoc, EndLoc; member in struct:llvm::X86Operand
66 : Kind(K), StartLoc(Start), EndLoc(End) {}
74 SMLoc getEndLoc() const override { return EndLoc; }
77 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
415 SMLoc EndLoc = SMLoc::getFromPointer(Loc.getPointer() + Str.size()); local
416 auto Res = llvm::make_unique<X86Operand>(Token, Loc, EndLoc);
423 CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc, argument
426 auto Res = llvm::make_unique<X86Operand>(Register, StartLoc, EndLoc);
436 SMLoc StartLoc, SMLoc EndLoc) {
437 auto Res = llvm::make_unique<X86Operand>(Immediate, StartLoc, EndLoc);
435 CreateImm(const MCExpr *Val, SMLoc StartLoc, SMLoc EndLoc) argument
444 CreateMem(const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = nullptr) argument
461 CreateMem(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/lib/Sema/
H A DSemaOpenMP.cpp1124 SourceLocation EndLoc) {
1156 EndLoc);
1159 Res = ActOnOpenMPSimdDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc,
1163 Res = ActOnOpenMPForDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc,
1168 EndLoc);
1173 Res = ActOnOpenMPSectionDirective(AStmt, StartLoc, EndLoc);
1177 EndLoc);
1181 EndLoc, VarsWithInheritedDSA);
1185 StartLoc, EndLoc);
1209 SourceLocation EndLoc) {
1120 ActOnOpenMPExecutableDirective(OpenMPDirectiveKind Kind, ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
1206 ActOnOpenMPParallelDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
1757 ActOnOpenMPSimdDirective( ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc, llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA) argument
1773 ActOnOpenMPForDirective( ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc, llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA) argument
1789 ActOnOpenMPSectionsDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
1823 ActOnOpenMPSectionDirective(Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
1833 ActOnOpenMPSingleDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
1841 ActOnOpenMPParallelForDirective( ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc, llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA) argument
1867 ActOnOpenMPParallelSectionsDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
1901 ActOnOpenMPSingleExprClause(OpenMPClauseKind Kind, Expr *Expr, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
1940 ActOnOpenMPIfClause(Expr *Condition, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
2002 ActOnOpenMPNumThreadsClause(Expr *NumThreads, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
2052 ActOnOpenMPSafelenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
2065 ActOnOpenMPCollapseClause(Expr *NumForLoops, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
2082 ActOnOpenMPSimpleClause( OpenMPClauseKind Kind, unsigned Argument, SourceLocation ArgumentLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
2120 ActOnOpenMPDefaultClause(OpenMPDefaultClauseKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
2164 ActOnOpenMPProcBindClause(OpenMPProcBindClauseKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
2195 ActOnOpenMPSingleExprWithArgClause( OpenMPClauseKind Kind, unsigned Argument, Expr *Expr, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ArgumentLoc, SourceLocation CommaLoc, SourceLocation EndLoc) argument
2231 ActOnOpenMPScheduleClause( OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation KindLoc, SourceLocation CommaLoc, SourceLocation EndLoc) argument
2287 ActOnOpenMPClause(OpenMPClauseKind Kind, SourceLocation StartLoc, SourceLocation EndLoc) argument
2321 ActOnOpenMPOrderedClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
2326 ActOnOpenMPNowaitClause(SourceLocation StartLoc, SourceLocation EndLoc) argument
2331 ActOnOpenMPVarListClause( OpenMPClauseKind Kind, ArrayRef<Expr *> VarList, Expr *TailExpr, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId) argument
2384 ActOnOpenMPPrivateClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
2515 ActOnOpenMPFirstprivateClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
2701 ActOnOpenMPLastprivateClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
2856 ActOnOpenMPSharedClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
2948 ActOnOpenMPReductionClause( ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId) argument
3238 ActOnOpenMPLinearClause(ArrayRef<Expr *> VarList, Expr *Step, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc) argument
3365 ActOnOpenMPAlignedClause( ArrayRef<Expr *> VarList, Expr *Alignment, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc) argument
3440 ActOnOpenMPCopyinClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
3523 ActOnOpenMPCopyprivateClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
[all...]
H A DSemaAttr.cpp576 void Sema::PopPragmaVisibility(bool IsNamespaceEnd, SourceLocation EndLoc) { argument
578 Diag(EndLoc, diag::err_pragma_pop_visibility_mismatch);
589 Diag(EndLoc, diag::note_surrounding_namespace_ends_here);
598 Diag(EndLoc, diag::err_pragma_pop_visibility_mismatch);
H A DSemaLambda.cpp356 SourceLocation EndLoc,
387 = CXXMethodDecl::Create(Context, Class, EndLoc,
395 EndLoc);
859 SourceLocation EndLoc; local
883 EndLoc = Intro.Range.getEnd();
898 EndLoc = ParamInfo.getSourceRange().getEnd();
917 MethodTyInfo, EndLoc, Params);
353 startLambdaDefinition(CXXRecordDecl *Class, SourceRange IntroducerRange, TypeSourceInfo *MethodTypeInfo, SourceLocation EndLoc, ArrayRef<ParmVarDecl *> Params) argument
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h168 virtual bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) = 0;
176 virtual bool parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) = 0;
184 virtual bool parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) = 0;
/external/clang/lib/Parse/
H A DParseStmtAsm.cpp322 SourceLocation EndLoc = AsmLoc;
338 EndLoc = ConsumeBrace();
339 LBraceLocs.push_back(EndLoc);
344 SrcMgr.getDecomposedExpansionLoc(EndLoc);
359 EndLoc = ConsumeBrace();
361 LBraceLocs.push_back(EndLoc);
398 EndLoc = ConsumeBrace();
413 EndLoc = TokLoc;
471 ConstraintRefs, ClobberRefs, Exprs, EndLoc);
560 ClobberRefs, Exprs, 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));
662 SourceLocation EndLoc; local
1249 ParseSimpleAsm(SourceLocation *EndLoc) argument
1572 SourceLocation EndLoc = Tok.getLastLoc(); local
[all...]
H A DParseDeclCXX.cpp742 SourceLocation EndLoc; local
746 EndLoc = Tok.getAnnotationEndLoc();
750 return EndLoc;
787 EndLoc = ConsumeParen();
793 EndLoc = ConsumeAnyToken();
796 EndLoc = Tok.getLocation();
799 return EndLoc;
819 EndLoc = T.getCloseLocation();
835 return EndLoc;
840 SourceLocation EndLoc) {
838 AnnotateExistingDecltypeSpecifier(const DeclSpec& DS, SourceLocation StartLoc, SourceLocation EndLoc) argument
2679 SourceLocation EndLoc; local
3229 ParseCXX11AttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc) argument
3405 SourceLocation EndLoc = SkipCXX11Attributes(); local
3415 SourceLocation EndLoc; local
[all...]
H A DParseDecl.cpp241 SourceLocation *EndLoc) {
266 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName,
319 if (EndLoc)
320 *EndLoc = RParen;
330 SourceLocation *EndLoc,
345 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
350 ParseObjCBridgeRelatedAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
356 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
362 ParseAttributeWithTypeArg(*AttrName, AttrNameLoc, Attrs, EndLoc);
380 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeNam
238 ParseAttributeWithTypeArg(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc) argument
264 ParseAttributeArgsCommon( IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
327 ParseGNUAttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax, Declarator *D) argument
1139 ParseTypeTagForDatatypeAttribute(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc) argument
1225 SourceLocation EndLoc = ConsumeBracket(); local
2266 ParseAlignmentSpecifier(ParsedAttributes &Attrs, SourceLocation *EndLoc) argument
4382 SourceLocation EndLoc; local
5092 SourceLocation StartLoc, LocalEndLoc, EndLoc; local
5216 FnAttrs, EndLoc); local
5636 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd()); local
5658 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd()); local
[all...]
/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp469 SourceLocation EndLoc; local
471 EndLoc = FilenameRange.getBegin();
473 EndLoc = FilenameRange.getEnd();
475 EndLoc = EndLoc.getLocWithOffset(-1); // the InclusionDirective expects
481 File, SourceRange(HashLoc, EndLoc));
H A DTokenLexer.cpp645 SourceLocation EndLoc = Tokens[CurToken - 1].getLocation(); local
655 if (EndLoc.isFileID())
656 EndLoc = getExpansionLocForMacroDefLoc(EndLoc);
660 while (SM.getFileID(EndLoc) != MacroFID)
661 EndLoc = SM.getImmediateExpansionRange(EndLoc).second;
663 Tok.setLocation(SM.createExpansionLoc(Tok.getLocation(), StartLoc, EndLoc,
/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:__anon25293::SparcOperand
234 return EndLoc;
295 Op->EndLoc = S;
305 Op->EndLoc = E;
314 Op->EndLoc = E;
369 Op->EndLoc = E;
429 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
433 EndLoc
869 matchSparcAsmModifiers(const MCExpr *&EVal, SMLoc &EndLoc) argument
[all...]
/external/llvm/include/llvm/MC/
H A DMCTargetAsmParser.h122 SMLoc &EndLoc) = 0;
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp234 bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) override;
235 bool parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) override;
236 bool parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) override;
329 bool parseBinOpRHS(unsigned Precedence, const MCExpr *&Res, SMLoc &EndLoc);
330 bool parseParenExpr(const MCExpr *&Res, SMLoc &EndLoc);
331 bool parseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc);
745 bool AsmParser::parseParenExpr(const MCExpr *&Res, SMLoc &EndLoc) { argument
750 EndLoc = Lexer.getTok().getEndLoc();
760 bool AsmParser::parseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc) { argument
765 EndLoc
776 parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) argument
954 SMLoc EndLoc; local
1022 parseExpression(const MCExpr *&Res, SMLoc &EndLoc) argument
1060 parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) argument
1157 parseBinOpRHS(unsigned Precedence, const MCExpr *&Res, SMLoc &EndLoc) argument
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h959 /// \param EndLoc the location of the last token that makes up the type name.
962 SourceLocation EndLoc) {
965 EndLocation = EndLoc;
991 /// \param EndLoc the location of the last token that makes up the type name.
994 SourceLocation EndLoc) {
997 EndLocation = EndLoc;
1017 SourceLocation EndLoc) {
1020 EndLocation = EndLoc;
1053 /// EndLoc - If valid, the place where this chunck ends.
1054 SourceLocation EndLoc; member in struct:clang::DeclaratorChunk
960 setConversionFunctionId(SourceLocation OperatorLoc, ParsedType Ty, SourceLocation EndLoc) argument
992 setConstructorName(ParsedType ClassType, SourceLocation ClassNameLoc, SourceLocation EndLoc) argument
1015 setDestructorName(SourceLocation TildeLoc, ParsedType ClassType, SourceLocation EndLoc) argument
1854 AddTypeInfo(const DeclaratorChunk &TI, ParsedAttributes &attrs, SourceLocation EndLoc) argument
[all...]
/external/clang/include/clang/Lex/
H A DMacroInfo.h136 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; } argument
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp310 SMLoc &EndLoc);
351 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
403 SMLoc StartLoc, EndLoc, AlignmentLoc; member in class:__anon25150::ARMOperand
539 EndLoc = o.EndLoc;
615 SMLoc getEndLoc() const override { return EndLoc; }
618 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
2474 Op->EndLoc = S;
2483 Op->EndLoc = S;
2491 Op->EndLoc
2594 CreateRegList(SmallVectorImpl<std::pair<unsigned, unsigned>> &Regs, SMLoc StartLoc, SMLoc EndLoc) argument
2872 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
2967 SMLoc EndLoc; local
3416 parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index, SMLoc &EndLoc) argument
3663 SMLoc EndLoc = Parser.getTok().getLoc(); local
4028 SMLoc EndLoc; local
4108 SMLoc EndLoc; local
4169 SMLoc EndLoc; local
4239 SMLoc EndLoc; local
8819 SMLoc EndLoc; local
8861 SMLoc EndLoc; local
[all...]
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp450 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); local
452 EndLoc = EndLoc.getLocWithOffset(1);
457 commit.remove(SourceRange(BeginOfSetterDclLoc, EndLoc));
566 SourceLocation EndLoc = local
586 EndLoc = *PL;
589 commit.insertAfterToken(EndLoc, ClassString);
683 SourceLocation EndLoc = Enumerator->getLocEnd(); local
685 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true))
1281 SourceLocation EndLoc local
[all...]

Completed in 610 milliseconds

123