Searched refs:endLoc (Results 1 - 17 of 17) 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.h2035 SourceLocation endLoc; local
2036 ParseGNUAttributes(attrs, &endLoc, LateAttrs, &D);
2037 D.takeAttributes(attrs, endLoc);
2041 SourceLocation *endLoc = nullptr,
2044 ParseGNUAttributes(attrs, endLoc, LateAttrs);
2047 SourceLocation *endLoc = nullptr,
2063 SourceLocation endLoc; local
2064 ParseCXX11Attributes(attrs, &endLoc);
2065 D.takeAttributes(attrs, endLoc);
2069 SourceLocation *endLoc
[all...]
/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/Parse/
H A DParseDeclCXX.cpp3308 SourceLocation *endLoc) {
3311 ParseAlignmentSpecifier(attrs, endLoc);
3361 AttrParsed = ParseCXX11AttributeArgs(AttrName, AttrLoc, attrs, endLoc,
3377 if (endLoc)
3378 *endLoc = Tok.getLocation();
3388 SourceLocation *endLoc) {
3392 if (!endLoc)
3393 endLoc = &Loc;
3396 ParseCXX11AttributeSpecifier(attrs, endLoc);
3399 attrs.Range = SourceRange(StartLoc, *endLoc);
3307 ParseCXX11AttributeSpecifier(ParsedAttributes &attrs, SourceLocation *endLoc) argument
3387 ParseCXX11Attributes(ParsedAttributesWithRange &attrs, SourceLocation *endLoc) argument
3447 ParseMicrosoftAttributes(ParsedAttributes &attrs, SourceLocation *endLoc) argument
[all...]
H A DParseDecl.cpp123 SourceLocation *endLoc,
160 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, nullptr,
189 if (endLoc)
190 *endLoc = Loc;
766 SourceLocation *endLoc) {
879 if (endLoc)
880 *endLoc = T.getCloseLocation();
927 SourceLocation *endLoc) {
980 if (endLoc)
981 *endLoc
122 ParseGNUAttributes(ParsedAttributes &attrs, SourceLocation *endLoc, LateParsedAttrList *LateAttrs, Declarator *D) argument
763 ParseAvailabilityAttribute(IdentifierInfo &Availability, SourceLocation AvailabilityLoc, ParsedAttributes &attrs, SourceLocation *endLoc) argument
924 ParseObjCBridgeRelatedAttribute(IdentifierInfo &ObjCBridgeRelated, SourceLocation ObjCBridgeRelatedLoc, ParsedAttributes &attrs, SourceLocation *endLoc) argument
1072 SourceLocation endLoc; local
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp877 SourceLocation endLoc = local
879 SourceRange ReadonlySourceRange(readonlyLoc, endLoc);
1812 SourceLocation endLoc = local
1814 endLoc = endLoc.getLocWithOffset(-1);
1815 SourceRange PropSourceRange(Property->getAtLoc(), endLoc);
1822 SourceLocation endLoc = Property->getLParenLoc(); local
1823 SourceRange PropSourceRange(Property->getAtLoc(), endLoc);
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp531 CXSourceLocation endLoc = makeLocation(End); local
532 SR = clang_getRange(startLoc, endLoc);
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp734 SMLoc endLoc; local
736 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp118 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) argument
119 : Kind(kind), StartLoc(startLoc), EndLoc(endLoc) {}
/external/clang/include/clang/AST/
H A DDeclObjC.h226 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
242 NumParams(0), DeclEndLoc(endLoc), Body(), SelfDecl(nullptr),
254 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
H A DStmt.h449 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
450 StartLoc(startLoc), EndLoc(endLoc) {}
448 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, SourceLocation endLoc) argument
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1664 SourceLocation endLoc = S->getSynchBody()->getLocStart(); local
1665 const char *endBuf = SM->getCharacterData(endLoc);
1923 SourceLocation endLoc = body->getLocEnd(); local
1926 assert(*SM->getCharacterData(endLoc) == '}' &&
1931 endLoc = endLoc.getLocWithOffset(-1);
1932 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n");
4689 SourceLocation endLoc = MessExpr->getLocEnd();
4692 const char *endBuf = SM->getCharacterData(endLoc);
H A DRewriteModernObjC.cpp2090 SourceLocation endLoc = S->getLocEnd(); local
2091 const char *endBuf = SM->getCharacterData(endLoc);
5662 SourceLocation endLoc = MessExpr->getLocEnd();
5665 const char *endBuf = SM->getCharacterData(endLoc);
/external/clang/lib/AST/
H A DDeclObjC.cpp640 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
646 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
639 Create( ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
/external/clang/tools/c-index-test/
H A Dc-index-test.c3309 CXSourceLocation startLoc, endLoc; local
3381 endLoc = clang_getLocation(TU, file, second_line, second_column);
3382 if (clang_equalLocations(clang_getNullLocation(), endLoc)) {
3389 range = clang_getRange(startLoc, endLoc);

Completed in 907 milliseconds