Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp172 int ii, finalId, endLoc, blockCount; in CloseScope() local
183 endLoc= numArc; in CloseScope()
188 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1); in CloseScope()
191 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1); in CloseScope()
197 UpdateVertexCount (endLoc); in CloseScope()
201 endLoc= numArc; in CloseScope()
205 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1); in CloseScope()
209 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, finalId, lastId, finalId); in CloseScope()
216 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, lastId); in CloseScope()
217 UpdateVertexCount (endLoc); in CloseScope()
[all …]
Dsub_base.cpp122 void SubGraph::CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int … in CopyFastArcs() argument
126 for (int ii= startLoc; ii < endLoc; ii++) { in CopyFastArcs()
Dsub_grph.h153 …void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId…
/external/clang/include/clang/Parse/
DParser.h1896 SourceLocation endLoc; variable
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; in MaybeParseCXX0XAttributes() local
1919 ParseCXX11Attributes(attrs, &endLoc); in MaybeParseCXX0XAttributes()
1920 D.takeAttributes(attrs, endLoc); in MaybeParseCXX0XAttributes()
1924 SourceLocation *endLoc = 0) {
[all …]
/external/clang/lib/Parse/
DParseDeclCXX.cpp2891 SourceLocation *endLoc) { in ParseCXX11AttributeSpecifier() argument
2894 ParseAlignmentSpecifier(attrs, endLoc); in ParseCXX11AttributeSpecifier()
2978 if (endLoc) in ParseCXX11AttributeSpecifier()
2979 *endLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifier()
2989 SourceLocation *endLoc) { in ParseCXX11Attributes() argument
2991 if (!endLoc) in ParseCXX11Attributes()
2992 endLoc = &Loc; in ParseCXX11Attributes()
2995 ParseCXX11AttributeSpecifier(attrs, endLoc); in ParseCXX11Attributes()
2998 attrs.Range = SourceRange(StartLoc, *endLoc); in ParseCXX11Attributes()
3010 SourceLocation *endLoc) { in ParseMicrosoftAttributes() argument
[all …]
DParseDecl.cpp108 SourceLocation *endLoc, in ParseGNUAttributes() argument
155 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc); in ParseGNUAttributes()
168 if (endLoc) in ParseGNUAttributes()
169 *endLoc = Loc; in ParseGNUAttributes()
549 SourceLocation *endLoc) { in ParseAvailabilityAttribute() argument
673 if (endLoc) in ParseAvailabilityAttribute()
674 *endLoc = T.getCloseLocation(); in ParseAvailabilityAttribute()
793 SourceLocation endLoc; in ParseLexedAttribute() local
810 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc); in ParseLexedAttribute()
822 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc); in ParseLexedAttribute()
[all …]
/external/clang/lib/ARCMigrate/
DTransformActions.cpp68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
69 assert(beginLoc.isValid() && endLoc.isValid()); in CharRange()
72 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr); in CharRange()
75 End = FullSourceLoc(srcMgr.getExpansionLoc(endLoc), srcMgr); in CharRange()
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp456 SMLoc endLoc; in ParseSEHRegisterNumber() local
458 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc)) in ParseSEHRegisterNumber()
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp536 CXSourceLocation endLoc = makeLocation(End); in readRange() local
537 SR = clang_getRange(startLoc, endLoc); in readRange()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1548 SourceLocation endLoc = in AtomicPropertySetterGetterRules() local
1550 endLoc = endLoc.getLocWithOffset(-1); in AtomicPropertySetterGetterRules()
1551 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules()
1558 SourceLocation endLoc = Property->getLParenLoc(); in AtomicPropertySetterGetterRules() local
1559 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules()
/external/clang/include/clang/AST/
DDeclObjC.h215 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
236 EndLoc(endLoc), Body(0), SelfDecl(0), CmdDecl(0) { in NamedDecl()
248 SourceLocation endLoc,
DStmt.h456 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg), in DeclStmt() argument
457 StartLoc(startLoc), EndLoc(endLoc) {} in DeclStmt()
/external/clang/tools/c-index-test/
Dc-index-test.c2141 CXSourceLocation startLoc, endLoc; in perform_token_annotation() local
2204 endLoc = clang_getLocation(TU, file, second_line, second_column); in perform_token_annotation()
2205 if (clang_equalLocations(clang_getNullLocation(), endLoc)) { in perform_token_annotation()
2212 range = clang_getRange(startLoc, endLoc); in perform_token_annotation()
/external/clang/lib/AST/
DDeclObjC.cpp392 SourceLocation endLoc, in Create() argument
403 return new (C) ObjCMethodDecl(beginLoc, endLoc, in Create()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp1681 SourceLocation endLoc = S->getSynchBody()->getLocStart(); in RewriteObjCSynchronizedStmt() local
1682 const char *endBuf = SM->getCharacterData(endLoc); in RewriteObjCSynchronizedStmt()
1940 SourceLocation endLoc = body->getLocEnd(); in RewriteObjCTryStmt() local
1943 assert(*SM->getCharacterData(endLoc) == '}' && in RewriteObjCTryStmt()
1948 endLoc = endLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1949 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n"); in RewriteObjCTryStmt()
4743 SourceLocation endLoc = MessExpr->getLocEnd(); in RewriteFunctionBodyOrGlobalInitializer()
4746 const char *endBuf = SM->getCharacterData(endLoc); in RewriteFunctionBodyOrGlobalInitializer()
DRewriteModernObjC.cpp5254 SourceLocation endLoc = MessExpr->getLocEnd(); in RewriteFunctionBodyOrGlobalInitializer()
5257 const char *endBuf = SM->getCharacterData(endLoc); in RewriteFunctionBodyOrGlobalInitializer()