/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/ |
D | SimpleCharStream.java | 36 int tokenBegin; field in SimpleCharStream 71 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin); in ExpandBuff() 72 System.arraycopy(buffer, 0, newbuffer, bufsize - tokenBegin, bufpos); in ExpandBuff() 75 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); in ExpandBuff() 76 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos); in ExpandBuff() 79 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin); in ExpandBuff() 80 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos); in ExpandBuff() 83 maxNextCharInd = (bufpos += (bufsize - tokenBegin)); in ExpandBuff() 87 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin); in ExpandBuff() 90 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); in ExpandBuff() [all …]
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | ASCII_CharStream.java | 31 static int tokenBegin; field in ASCII_CharStream 58 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin); in ExpandBuff() 60 bufsize - tokenBegin, bufpos); in ExpandBuff() 63 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); in ExpandBuff() 64 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos); in ExpandBuff() 67 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin); in ExpandBuff() 68 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos); in ExpandBuff() 71 maxNextCharInd = (bufpos += (bufsize - tokenBegin)); in ExpandBuff() 75 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin); in ExpandBuff() 78 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); in ExpandBuff() [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/ |
D | JavaCharStream.java | 81 int tokenBegin; field in JavaCharStream 114 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin); in ExpandBuff() 115 System.arraycopy(buffer, 0, newbuffer, bufsize - tokenBegin, bufpos); in ExpandBuff() 118 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); in ExpandBuff() 119 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos); in ExpandBuff() 122 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin); in ExpandBuff() 123 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos); in ExpandBuff() 126 bufpos += (bufsize - tokenBegin); in ExpandBuff() 130 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin); in ExpandBuff() 133 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); in ExpandBuff() [all …]
|
D | ASTParser.java | 176 private Position tokenBegin() { in tokenBegin() method in ASTParser 289 begin = tokenBegin(); in EmptyImportDeclaration() 298 begin = tokenBegin(); in PackageDeclaration() 309 begin = tokenBegin(); in ImportDeclaration() 356 addModifier(modifiers, Modifier.PUBLIC); begin = begin.orIfInvalid(tokenBegin()); in Modifiers() 361 addModifier(modifiers, Modifier.STATIC); begin = begin.orIfInvalid(tokenBegin()); in Modifiers() 366 addModifier(modifiers, Modifier.PROTECTED); begin = begin.orIfInvalid(tokenBegin()); in Modifiers() 371 addModifier(modifiers, Modifier.PRIVATE); begin = begin.orIfInvalid(tokenBegin()); in Modifiers() 376 addModifier(modifiers, Modifier.FINAL); begin = begin.orIfInvalid(tokenBegin()); in Modifiers() 381 addModifier(modifiers, Modifier.ABSTRACT); begin = begin.orIfInvalid(tokenBegin()); in Modifiers() [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/ |
D | JavaCharStream.java | 79 int tokenBegin; field in JavaCharStream 111 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin); in ExpandBuff() 112 System.arraycopy(buffer, 0, newbuffer, bufsize - tokenBegin, bufpos); in ExpandBuff() 115 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); in ExpandBuff() 116 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos); in ExpandBuff() 119 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin); in ExpandBuff() 120 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos); in ExpandBuff() 123 bufpos += (bufsize - tokenBegin); in ExpandBuff() 127 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin); in ExpandBuff() 130 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); in ExpandBuff() [all …]
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 149 const char *tokenBegin = file.data() + locInfo.second; in findSemiAfterLocation() local 154 file.begin(), tokenBegin, file.end()); in findSemiAfterLocation() 397 const char *tokenBegin = file.data() + locInfo.second; in rewritePropertyAttribute() local 402 file.begin(), tokenBegin, file.end()); in rewritePropertyAttribute() 478 const char *tokenBegin = file.data() + locInfo.second; in addPropertyAttribute() local 483 file.begin(), tokenBegin, file.end()); in addPropertyAttribute()
|
/external/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 154 const char *tokenBegin = file.data() + locInfo.second; in findSemiAfterLocation() local 159 file.begin(), tokenBegin, file.end()); in findSemiAfterLocation() 401 const char *tokenBegin = file.data() + locInfo.second; in rewritePropertyAttribute() local 406 file.begin(), tokenBegin, file.end()); in rewritePropertyAttribute() 482 const char *tokenBegin = file.data() + locInfo.second; in addPropertyAttribute() local 487 file.begin(), tokenBegin, file.end()); in addPropertyAttribute()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 301 const char *tokenBegin = file.data() + locInfo.second; in getSpelling() local 305 file.begin(), tokenBegin, file.end()); in getSpelling() 313 return StringRef(tokenBegin, length); in getSpelling() 317 buffer.resize(getSpellingSlow(token, tokenBegin, options, buffer.data())); in getSpelling()
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 343 const char *tokenBegin = file.data() + locInfo.second; in getSpelling() local 347 file.begin(), tokenBegin, file.end()); in getSpelling() 355 return StringRef(tokenBegin, length); in getSpelling() 359 buffer.resize(getSpellingSlow(token, tokenBegin, options, buffer.data())); in getSpelling()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 324 const char *tokenBegin = file.data() + locInfo.second; in LocPropertyAttribute() local 329 file.begin(), tokenBegin, file.end()); in LocPropertyAttribute()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 325 const char *tokenBegin = file.data() + locInfo.second; in LocPropertyAttribute() local 330 file.begin(), tokenBegin, file.end()); in LocPropertyAttribute()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 4899 SourceLocation tokenBegin, CXCursor &outputCursor) in GetCursorData() 4900 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) { in GetCursorData() 4901 PointsAtMacroArgExpansion = SM.isMacroArgExpansion(tokenBegin); in GetCursorData()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 5665 GetCursorData(SourceManager &SM, SourceLocation tokenBegin, in GetCursorData() 5667 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) { in GetCursorData() 5668 PointsAtMacroArgExpansion = SM.isMacroArgExpansion(tokenBegin); in GetCursorData()
|