reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 4110   StmtResult ActOnStartOfSwitchStmt(SourceLocation SwitchLoc,

References

tools/clang/lib/Parse/ParseStmt.cpp
 1387       Actions.ActOnStartOfSwitchStmt(SwitchLoc, InitStmt.get(), Cond);
tools/clang/lib/Sema/TreeTransform.h
 1298     return getSema().ActOnStartOfSwitchStmt(SwitchLoc, Init, Cond);