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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4094   StmtResult ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl,

References

tools/clang/lib/Parse/ParseStmt.cpp
  657   return Actions.ActOnLabelStmt(IdentTok.getLocation(), LD, ColonLoc,
tools/clang/lib/Sema/TreeTransform.h
 1268     return SemaRef.ActOnLabelStmt(IdentLoc, L, ColonLoc, SubStmt);