Searched defs:endLoc (Results 1 - 15 of 15) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dsub_base.cpp122 void SubGraph::CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId) argument
126 for (int ii= startLoc; ii < endLoc; ii++) {
H A Dsub_grph.cpp172 int ii, finalId, endLoc, blockCount; local
183 endLoc= numArc;
188 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1);
191 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1);
197 UpdateVertexCount (endLoc);
201 endLoc= numArc;
205 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1);
209 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, finalId, lastId, finalId);
216 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, lastId);
217 UpdateVertexCount (endLoc);
[all...]
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp522 CXSourceLocation endLoc = makeLocation(End); local
523 SR = clang_getRange(startLoc, endLoc);
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp689 SMLoc endLoc; local
691 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); local
70 assert(beginLoc.isValid() && endLoc.isValid());
73 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
76 End = FullSourceLoc(srcMgr.getExpansionLoc(endLoc), srcMgr);
/external/clang/lib/AST/
H A DDeclObjC.cpp555 SourceLocation endLoc,
566 return new (C) ObjCMethodDecl(beginLoc, endLoc,
553 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ResultTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp3168 SourceLocation *endLoc) {
3171 ParseAlignmentSpecifier(attrs, endLoc);
3226 ParseGNUAttributeArgs(AttrName, AttrLoc, attrs, endLoc,
3257 if (endLoc)
3258 *endLoc = Tok.getLocation();
3268 SourceLocation *endLoc) {
3272 if (!endLoc)
3273 endLoc = &Loc;
3276 ParseCXX11AttributeSpecifier(attrs, endLoc);
3279 attrs.Range = SourceRange(StartLoc, *endLoc);
3167 ParseCXX11AttributeSpecifier(ParsedAttributes &attrs, SourceLocation *endLoc) argument
3267 ParseCXX11Attributes(ParsedAttributesWithRange &attrs, SourceLocation *endLoc) argument
3290 ParseMicrosoftAttributes(ParsedAttributes &attrs, SourceLocation *endLoc) argument
[all...]
H A DParseDecl.cpp116 SourceLocation *endLoc,
163 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc,
177 if (endLoc)
178 *endLoc = Loc;
813 SourceLocation *endLoc) {
938 if (endLoc)
939 *endLoc = T.getCloseLocation();
1059 SourceLocation endLoc; local
1083 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc,
1096 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc,
115 ParseGNUAttributes(ParsedAttributes &attrs, SourceLocation *endLoc, LateParsedAttrList *LateAttrs) argument
810 ParseAvailabilityAttribute(IdentifierInfo &Availability, SourceLocation AvailabilityLoc, ParsedAttributes &attrs, SourceLocation *endLoc) argument
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp934 SourceLocation endLoc = local
936 SourceRange ReadonlySourceRange(readonlyLoc, endLoc);
1809 SourceLocation endLoc = local
1811 endLoc = endLoc.getLocWithOffset(-1);
1812 SourceRange PropSourceRange(Property->getAtLoc(), endLoc);
1819 SourceLocation endLoc = Property->getLParenLoc(); local
1820 SourceRange PropSourceRange(Property->getAtLoc(), endLoc);
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp106 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) argument
107 : Kind(kind), StartLoc(startLoc), EndLoc(endLoc)
/external/clang/include/clang/Parse/
H A DParser.h1883 SourceLocation endLoc; local
1884 ParseGNUAttributes(attrs, &endLoc, LateAttrs);
1885 D.takeAttributes(attrs, endLoc);
1889 SourceLocation *endLoc = 0,
1892 ParseGNUAttributes(attrs, endLoc, LateAttrs);
1895 SourceLocation *endLoc = 0,
1908 SourceLocation endLoc; local
1909 ParseCXX11Attributes(attrs, &endLoc);
1910 D.takeAttributes(attrs, endLoc);
1914 SourceLocation *endLoc
[all...]
/external/clang/include/clang/AST/
H A DStmt.h447 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
448 StartLoc(startLoc), EndLoc(endLoc) {}
446 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, SourceLocation endLoc) argument
/external/clang/tools/c-index-test/
H A Dc-index-test.c3113 CXSourceLocation startLoc, endLoc; local
3180 endLoc = clang_getLocation(TU, file, second_line, second_column);
3181 if (clang_equalLocations(clang_getNullLocation(), endLoc)) {
3188 range = clang_getRange(startLoc, endLoc);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1686 SourceLocation endLoc = S->getSynchBody()->getLocStart(); local
1687 const char *endBuf = SM->getCharacterData(endLoc);
1944 SourceLocation endLoc = body->getLocEnd(); local
1947 assert(*SM->getCharacterData(endLoc) == '}' &&
1952 endLoc = endLoc.getLocWithOffset(-1);
1953 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n");
4740 SourceLocation endLoc = MessExpr->getLocEnd();
4743 const char *endBuf = SM->getCharacterData(endLoc);
H A DRewriteModernObjC.cpp2094 SourceLocation endLoc = S->getLocEnd(); local
2095 const char *endBuf = SM->getCharacterData(endLoc);
5735 SourceLocation endLoc = MessExpr->getLocEnd();
5738 const char *endBuf = SM->getCharacterData(endLoc);

Completed in 472 milliseconds