Searched refs:endLoc (Results 1 - 16 of 16) sorted by relevance

/external/srec/tools/grxmlcompile/
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...]
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.h153 void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId);
/external/clang/include/clang/Parse/
H A DParser.h1896 SourceLocation endLoc; local
1897 ParseGNUAttributes(attrs, &endLoc, LateAttrs);
1898 D.takeAttributes(attrs, endLoc);
1902 SourceLocation *endLoc = 0,
1905 ParseGNUAttributes(attrs, endLoc, LateAttrs);
1908 SourceLocation *endLoc = 0,
1918 SourceLocation endLoc; local
1919 ParseCXX11Attributes(attrs, &endLoc);
1920 D.takeAttributes(attrs, endLoc);
1924 SourceLocation *endLoc
[all...]
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2891 SourceLocation *endLoc) {
2894 ParseAlignmentSpecifier(attrs, endLoc);
2978 if (endLoc)
2979 *endLoc = Tok.getLocation();
2989 SourceLocation *endLoc) {
2991 if (!endLoc)
2992 endLoc = &Loc;
2995 ParseCXX11AttributeSpecifier(attrs, endLoc);
2998 attrs.Range = SourceRange(StartLoc, *endLoc);
3010 SourceLocation *endLoc) {
2890 ParseCXX11AttributeSpecifier(ParsedAttributes &attrs, SourceLocation *endLoc) argument
2988 ParseCXX11Attributes(ParsedAttributesWithRange &attrs, SourceLocation *endLoc) argument
3009 ParseMicrosoftAttributes(ParsedAttributes &attrs, SourceLocation *endLoc) argument
[all...]
H A DParseDecl.cpp108 SourceLocation *endLoc,
155 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc);
168 if (endLoc)
169 *endLoc = Loc;
549 SourceLocation *endLoc) {
673 if (endLoc)
674 *endLoc = T.getCloseLocation();
793 SourceLocation endLoc; local
810 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc);
822 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc);
107 ParseGNUAttributes(ParsedAttributes &attrs, SourceLocation *endLoc, LateParsedAttrList *LateAttrs) argument
546 ParseAvailabilityAttribute(IdentifierInfo &Availability, SourceLocation AvailabilityLoc, ParsedAttributes &attrs, SourceLocation *endLoc) argument
1778 ParseAlignmentSpecifier(ParsedAttributes &Attrs, SourceLocation *endLoc) argument
[all...]
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp456 SMLoc endLoc; local
458 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); local
69 assert(beginLoc.isValid() && endLoc.isValid());
72 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
75 End = FullSourceLoc(srcMgr.getExpansionLoc(endLoc), srcMgr);
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp536 CXSourceLocation endLoc = makeLocation(End); local
537 SR = clang_getRange(startLoc, endLoc);
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1548 SourceLocation endLoc = local
1550 endLoc = endLoc.getLocWithOffset(-1);
1551 SourceRange PropSourceRange(Property->getAtLoc(), endLoc);
1558 SourceLocation endLoc = Property->getLParenLoc(); local
1559 SourceRange PropSourceRange(Property->getAtLoc(), endLoc);
/external/clang/include/clang/AST/
H A DDeclObjC.h215 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
236 EndLoc(endLoc), Body(0), SelfDecl(0), CmdDecl(0) {
248 SourceLocation endLoc,
H A DStmt.h456 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
457 StartLoc(startLoc), EndLoc(endLoc) {}
455 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, SourceLocation endLoc) argument
/external/clang/tools/c-index-test/
H A Dc-index-test.c2141 CXSourceLocation startLoc, endLoc; local
2204 endLoc = clang_getLocation(TU, file, second_line, second_column);
2205 if (clang_equalLocations(clang_getNullLocation(), endLoc)) {
2212 range = clang_getRange(startLoc, endLoc);
/external/clang/lib/AST/
H A DDeclObjC.cpp392 SourceLocation endLoc,
403 return new (C) ObjCMethodDecl(beginLoc, endLoc,
390 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ResultTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isSynthesized, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp1681 SourceLocation endLoc = S->getSynchBody()->getLocStart(); local
1682 const char *endBuf = SM->getCharacterData(endLoc);
1940 SourceLocation endLoc = body->getLocEnd(); local
1943 assert(*SM->getCharacterData(endLoc) == '}' &&
1948 endLoc = endLoc.getLocWithOffset(-1);
1949 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n");
4743 SourceLocation endLoc = MessExpr->getLocEnd();
4746 const char *endBuf = SM->getCharacterData(endLoc);
H A DRewriteModernObjC.cpp5254 SourceLocation endLoc = MessExpr->getLocEnd();
5257 const char *endBuf = SM->getCharacterData(endLoc);

Completed in 177 milliseconds