OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TokenList
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Rewrite/Core/
TokenRewriter.h
29
///
TokenList
- This is the list of raw tokens that make up this file. Each
31
std::list<Token>
TokenList
;
33
/// TokenRefTy - This is the type used to refer to a token in the
TokenList
.
55
token_iterator token_begin() const { return
TokenList
.begin(); }
56
token_iterator token_end() const { return
TokenList
.end(); }
/external/clang/lib/Rewrite/Core/
TokenRewriter.cpp
44
AddToken(RawTok,
TokenList
.end());
56
if (I == token_end()) return
TokenList
.end();
71
Where =
TokenList
.insert(Where, T);
/packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java
21
import com.android.email.provider.ContentCache.
TokenList
;
89
TokenList
list = new
TokenList
("Name");
/packages/apps/Email/src/com/android/email/provider/
ContentCache.java
101
/*package*/
TokenList
mTokenList;
178
/*package*/ static class
TokenList
extends ArrayList<CacheToken> {
182
/*package*/
TokenList
(String name) {
183
mLogTag = "
TokenList
-" + name;
425
mTokenList = new
TokenList
(mName);
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
auto-ast.rb
62
grammar
TokenList
;
Completed in 203 milliseconds