HomeSort by relevance Sort by last modified time
    Searched refs:endLoc (Results 1 - 21 of 21) 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 690 SourceLocation EndLoc;
694 EndLoc = Tok.getAnnotationEndLoc();
698 return EndLoc;
736 EndLoc = ConsumeParen();
742 EndLoc = ConsumeAnyToken();
745 EndLoc = Tok.getLocation();
748 return EndLoc;
768 EndLoc = T.getCloseLocation();
783 return EndLoc;
788 SourceLocation EndLoc) {
    [all...]
ParseDecl.cpp 116 SourceLocation *endLoc,
163 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc,
177 if (endLoc)
178 *endLoc = Loc;
194 SourceLocation *EndLoc,
203 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
209 ParseThreadSafetyAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
214 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
813 SourceLocation *endLoc) {
938 if (endLoc)
    [all...]
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd();
70 assert(beginLoc.isValid() && endLoc.isValid());
73 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
76 End = FullSourceLoc(srcMgr.getExpansionLoc(endLoc), srcMgr);
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 522 CXSourceLocation endLoc = makeLocation(End);
523 SR = clang_getRange(startLoc, endLoc);
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 689 SMLoc endLoc;
691 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 63 SMLoc StartLoc, EndLoc;
106 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc)
107 : Kind(kind), StartLoc(startLoc), EndLoc(endLoc)
122 static SystemZOperand *createInvalid(SMLoc StartLoc, SMLoc EndLoc) {
123 return new SystemZOperand(KindInvalid, StartLoc, EndLoc);
132 SMLoc StartLoc, SMLoc EndLoc) {
133 SystemZOperand *Op = new SystemZOperand(KindReg, StartLoc, EndLoc);
139 SMLoc EndLoc) {
140 SystemZOperand *Op = new SystemZOperand(KindAccessReg, StartLoc, EndLoc);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 226 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
247 DeclEndLoc(endLoc), Body(), SelfDecl(0), CmdDecl(0) {
259 SourceLocation endLoc,
670 SourceLocation EndLoc;
    [all...]
Stmt.h 443 SourceLocation StartLoc, EndLoc;
447 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
448 StartLoc(startLoc), EndLoc(endLoc) {}
468 SourceLocation getEndLoc() const { return EndLoc; }
469 void setEndLoc(SourceLocation L) { EndLoc = L; }
472 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 359 SourceLocation EndLoc=SourceLocation());
368 SourceLocation EndLoc=SourceLocation());
    [all...]
RewriteModernObjC.cpp 411 SourceLocation EndLoc=SourceLocation());
422 SourceLocation EndLoc=SourceLocation());
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 555 SourceLocation endLoc,
566 return new (C) ObjCMethodDecl(beginLoc, endLoc,
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 354 milliseconds