OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kw_switch
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/AsmParser/
LLToken.h
189
kw_ret, kw_br,
kw_switch
, kw_indirectbr, kw_invoke, kw_resume,
enumerator in enum:llvm::lltok::Kind
LLParser.cpp
[
all
...]
/external/clang/lib/Format/
UnwrappedLineParser.cpp
381
case tok::
kw_switch
:
743
case tok::
kw_switch
:
[
all
...]
UnwrappedLineFormatter.cpp
306
if (Line->First->isOneOf(tok::kw_if, tok::kw_for, tok::
kw_switch
,
[
all
...]
ContinuationIndenter.cpp
337
!Previous.Previous->isOneOf(tok::kw_for, tok::kw_while, tok::
kw_switch
)))
[
all
...]
TokenAnnotator.cpp
[
all
...]
/external/clang/lib/Parse/
ParseStmt.cpp
234
case tok::
kw_switch
: // C99 6.8.4.2: switch-statement
[
all
...]
ParseObjc.cpp
[
all
...]
Completed in 106 milliseconds