OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentToken
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
TokenAnnotator.cpp
37
: Style(Style), Line(Line),
CurrentToken
(Line.First), AutoFound(false),
40
resetTokenMetadata(
CurrentToken
);
45
if (!
CurrentToken
)
47
FormatToken *Left =
CurrentToken
->Previous;
62
CurrentToken
->is(tok::question))
65
while (
CurrentToken
) {
66
if (
CurrentToken
->is(tok::greater)) {
67
Left->MatchingParen =
CurrentToken
;
68
CurrentToken
->MatchingParen = Left;
69
CurrentToken
->Type = TT_TemplateCloser
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql_1.h
92
LPWSTR
CurrentToken
() { return m_pTokenText; }
Completed in 1176 milliseconds