HomeSort by relevance Sort by last modified time
    Searched refs:endLoc (Results 1 - 17 of 17) sorted by null

  /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/clang/lib/Parse/
ParseDeclCXX.cpp 652 SourceLocation EndLoc;
656 EndLoc = Tok.getAnnotationEndLoc();
660 return EndLoc;
704 EndLoc = T.getCloseLocation();
715 return EndLoc;
720 SourceLocation EndLoc) {
730 Tok.setAnnotationEndLoc(EndLoc);
    [all...]
ParseDecl.cpp 108 SourceLocation *endLoc,
155 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc);
168 if (endLoc)
169 *endLoc = Loc;
178 SourceLocation *EndLoc) {
184 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
190 ParseThreadSafetyAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
549 SourceLocation *endLoc) {
673 if (endLoc)
674 *endLoc = T.getCloseLocation()
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 456 SMLoc endLoc;
458 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd();
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/
CXLoadedDiagnostic.cpp 536 CXSourceLocation endLoc = makeLocation(End);
537 SR = clang_getRange(startLoc, endLoc);
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 165 SourceLocation EndLoc; // the location of the ';' or '}'.
215 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
236 EndLoc(endLoc), Body(0), SelfDecl(0), CmdDecl(0) {
248 SourceLocation endLoc,
286 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
287 void setEndLoc(SourceLocation Loc) { EndLoc = Loc; }
289 return SourceRange(getLocation(), EndLoc);
304 EndLoc);
596 SourceLocation EndLoc;
    [all...]
Stmt.h 452 SourceLocation StartLoc, EndLoc;
456 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
457 StartLoc(startLoc), EndLoc(endLoc) {}
477 SourceLocation getEndLoc() const { return EndLoc; }
478 void setEndLoc(SourceLocation L) { EndLoc = L; }
481 return SourceRange(StartLoc, EndLoc);
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 392 SourceLocation endLoc,
403 return new (C) ObjCMethodDecl(beginLoc, endLoc,
454 SelLocsKind = hasStandardSelectorLocs(getSelector(), SelLocs, Params, EndLoc);
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 357 SourceLocation EndLoc=SourceLocation());
361 SourceLocation EndLoc=SourceLocation());
    [all...]
RewriteModernObjC.cpp 362 SourceLocation EndLoc=SourceLocation());
366 SourceLocation EndLoc=SourceLocation());
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 502 milliseconds