Home
last modified time | relevance | path

Searched defs:TokenSource (Results 1 – 20 of 20) sorted by relevance

/external/antlr/runtime/ObjC/Framework/
DCommonTokenStream.m43 + (CommonTokenStream *)newCommonTokenStreamWithTokenSource:(id<TokenSource>)theTokenSource
48 … *)newCommonTokenStreamWithTokenSource:(id<TokenSource>)theTokenSource Channel:(NSUInteger)aChannel
62 - (id) initWithTokenSource:(id<TokenSource>)theTokenSource
71 - (id) initWithTokenSource:(id<TokenSource>)theTokenSource Channel:(NSUInteger)aChannel
195 - (void) setTokenSource:(id<TokenSource>)aTokenSource
DUnbufferedTokenStream.m40 + (UnbufferedTokenStream *)newUnbufferedTokenStream:(id<TokenSource>)aTokenSource
55 - (id) initWithTokenSource:(id<TokenSource>)aTokenSource
DBufferedTokenStream.m47 + (BufferedTokenStream *) newBufferedTokenStreamWith:(id<TokenSource>)aSource
64 -(id) initWithTokenSource:(id<TokenSource>)aSource
276 - (void) setTokenSource:(id<TokenSource>) aTokenSource
DTokenRewriteStream.m192 + (TokenRewriteStream *)newTokenRewriteStream:(id<TokenSource>) aTokenSource
197 …kenRewriteStream *)newTokenRewriteStream:(id<TokenSource>) aTokenSource Channel:(NSInteger)aChannel
212 - (id)initWithTokenSource:(id<TokenSource>)aTokenSource
223 - (id)initWithTokenSource:(id<TokenSource>)aTokenSource Channel:(NSInteger)aChannel
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenSource.as43 public interface TokenSource { interface in org.antlr.runtime
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DTokenSource.java43 public interface TokenSource { interface
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DITokenStream.cs68 ITokenSource TokenSource { property
DCommonTokenStream.cs72 public override ITokenSource TokenSource { property in Antlr.Runtime.CommonTokenStream
DUnbufferedTokenStream.cs66 public ITokenSource TokenSource { property in Antlr.Runtime.UnbufferedTokenStream
DBufferedTokenStream.cs83 public virtual ITokenSource TokenSource { property in Antlr.Runtime.BufferedTokenStream
DLegacyCommonTokenStream.cs409 public virtual ITokenSource TokenSource { property in Antlr.Runtime.LegacyCommonTokenStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTokenStream.cs153 public virtual ITokenSource TokenSource { property in Antlr.Runtime.Debug.DebugTokenStream
/external/antlr/runtime/Cpp/include/
Dantlr3tokenstream.hpp50 class TokenSource class
/external/clang/lib/Format/
DUnwrappedLineParser.cpp60 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState()
109 FormatTokenSource *&TokenSource; member in clang::format::__anonefee9b350111::ScopedMacroState
221 IndexedTokenSource TokenSource(AllTokens); in parse() local
/external/antlr/runtime/Ruby/lib/antlr3/
Dtoken.rb306 module TokenSource module
/external/antlr/runtime/Python/antlr3/
Drecognizers.py993 class TokenSource(object): class
/external/antlr/runtime/Python3/antlr3/
Drecognizers.py968 class TokenSource(object): class
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Security/
Dmod.rs544 pub const TokenSource: TOKEN_INFORMATION_CLASS = 7i32; constant
1549 pub TokenSource: TOKEN_SOURCE, field
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Security/
Dmod.rs544 pub const TokenSource: TOKEN_INFORMATION_CLASS = 7i32; constant
1549 pub TokenSource: TOKEN_SOURCE, field
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas358 property TokenSource: ITokenSource read GetTokenSource write SetTokenSource; property