HomeSort by relevance Sort by last modified time
    Searched refs:endLoc (Results 1 - 23 of 23) 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/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/Parse/
ParseDeclCXX.cpp 742 SourceLocation EndLoc;
746 EndLoc = Tok.getAnnotationEndLoc();
750 return EndLoc;
787 EndLoc = ConsumeParen();
793 EndLoc = ConsumeAnyToken();
796 EndLoc = Tok.getLocation();
799 return EndLoc;
819 EndLoc = T.getCloseLocation();
835 return EndLoc;
840 SourceLocation EndLoc) {
    [all...]
ParseDecl.cpp 123 SourceLocation *endLoc,
160 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, nullptr,
189 if (endLoc)
190 *endLoc = Loc;
241 SourceLocation *EndLoc) {
266 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName,
319 if (EndLoc)
320 *EndLoc = RParen;
330 SourceLocation *EndLoc,
345 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 531 CXSourceLocation endLoc = makeLocation(End);
532 SR = clang_getRange(startLoc, endLoc);
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 734 SMLoc endLoc;
736 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 64 SMLoc StartLoc, EndLoc;
118 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc)
119 : Kind(kind), StartLoc(startLoc), EndLoc(endLoc) {}
123 SMLoc EndLoc) {
124 return make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc);
133 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) {
134 auto Op = make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc);
140 createAccessReg(unsigned Num, SMLoc StartLoc, SMLoc EndLoc) {
141 auto Op = make_unique<SystemZOperand>(KindAccessReg, StartLoc, EndLoc);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 226 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
242 NumParams(0), DeclEndLoc(endLoc), Body(), SelfDecl(nullptr),
254 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
728 SourceLocation EndLoc;
    [all...]
Stmt.h 445 SourceLocation StartLoc, EndLoc;
449 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
450 StartLoc(startLoc), EndLoc(endLoc) {}
470 SourceLocation getEndLoc() const { return EndLoc; }
471 void setEndLoc(SourceLocation L) { EndLoc = L; }
474 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 360 SourceLocation EndLoc=SourceLocation());
369 SourceLocation EndLoc=SourceLocation());
    [all...]
RewriteModernObjC.cpp 426 SourceLocation EndLoc=SourceLocation());
436 SourceLocation EndLoc=SourceLocation());
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 640 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
646 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
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.2/
lombok-ast-0.2.2.jar 
  /prebuilts/sdk/tools/lib/
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 1119 milliseconds