OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentToken
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.cpp
75
: Style(Style), Line(Line),
CurrentToken
(Line.First), AutoFound(false),
78
resetTokenMetadata(
CurrentToken
);
83
if (!
CurrentToken
|| !
CurrentToken
->Previous)
85
if (NonTemplateLess.count(
CurrentToken
->Previous))
88
const FormatToken &Previous = *
CurrentToken
->Previous; // The '<'.
98
FormatToken *Left =
CurrentToken
->Previous;
113
CurrentToken
->is(tok::question))
116
while (
CurrentToken
) {
117
if (
CurrentToken
->is(tok::greater))
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h
4768
char
CurrentToken
= FeatureList[i];
4769
switch (
CurrentToken
) {
4786
HasFeatures =
CurrentToken
== ')' ? hasRequiredFeatures(F)
4790
if (
CurrentToken
== '|') {
Completed in 77 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026