OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setNextSwitchCase
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
1543
void
setNextSwitchCase
(SwitchCase *SC) { NextSwitchCase = SC; }
2273
SC->
setNextSwitchCase
(FirstCase);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
261
PrevSC->
setNextSwitchCase
(SC);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
6245
LastChainedSwitchCase->
setNextSwitchCase
(*ToSCOrErr);
Completed in 75 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026