reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4094 StmtResult ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl,
657 return Actions.ActOnLabelStmt(IdentTok.getLocation(), LD, ColonLoc,
tools/clang/lib/Sema/TreeTransform.h 1268 return SemaRef.ActOnLabelStmt(IdentLoc, L, ColonLoc, SubStmt);