/external/srec/tools/grxmlcompile/ |
sub_grph.cpp | 172 int ii, finalId, endLoc, blockCount; 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...] |
sub_base.cpp | 122 void SubGraph::CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId) 126 for (int ii= startLoc; ii < endLoc; ii++) {
|
sub_grph.h | 153 void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId);
|
/external/clang/include/clang/Parse/ |
Parser.h | [all...] |
/external/llvm/lib/MC/MCParser/ |
COFFAsmParser.cpp | 405 SMLoc endLoc; 407 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
|
/external/clang/lib/ARCMigrate/ |
TransformActions.cpp | 70 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); 71 assert(beginLoc.isValid() && endLoc.isValid()); 74 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr); 77 End = FullSourceLoc(srcMgr.getInstantiationLoc(endLoc), srcMgr);
|
/external/clang/include/clang/AST/ |
DeclObjC.h | 155 SourceLocation EndLoc; // the location of the ';' or '}'. 168 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc, 187 EndLoc(endLoc), Body(0), SelfDecl(0), CmdDecl(0) {} 197 SourceLocation endLoc, Selector SelInfo, 233 SourceLocation getLocEnd() const { return EndLoc; } 234 void setEndLoc(SourceLocation Loc) { EndLoc = Loc; } 236 return SourceRange(getLocation(), EndLoc); 490 SourceLocation EndLoc; // marks the '>', '}', or identifier. 679 SourceLocation getLocEnd() const { return EndLoc; } [all...] |
Stmt.h | 352 SourceLocation StartLoc, EndLoc; 356 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg), 357 StartLoc(startLoc), EndLoc(endLoc) {} 377 SourceLocation getEndLoc() const { return EndLoc; } 378 void setEndLoc(SourceLocation L) { EndLoc = L; } 381 return SourceRange(StartLoc, EndLoc); [all...] |
ExprCXX.h | [all...] |
/external/clang/tools/c-index-test/ |
c-index-test.c | [all...] |
/external/clang/lib/AST/ |
DeclObjC.cpp | 333 SourceLocation endLoc, 344 return new (C) ObjCMethodDecl(beginLoc, endLoc, [all...] |
ExprCXX.cpp | 55 SourceLocation startLoc, SourceLocation endLoc, 67 StartLoc(startLoc), EndLoc(endLoc), ConstructorLParen(constructorLParen), [all...] |
/external/clang/lib/Parse/ |
ParseDecl.cpp | 94 SourceLocation *endLoc) { 123 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, attrs, endLoc); 239 if (endLoc) 240 *endLoc = Loc; 506 SourceLocation *endLoc) { 621 if (endLoc) 622 *endLoc = RParenLoc; [all...] |
ParseDeclCXX.cpp | [all...] |
/external/clang/lib/Rewrite/ |
RewriteObjC.cpp | 305 SourceLocation EndLoc=SourceLocation()); 308 SourceLocation EndLoc=SourceLocation()); [all...] |