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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4164   StmtResult ActOnGotoStmt(SourceLocation GotoLoc,

References

tools/clang/lib/Parse/ParseStmt.cpp
 1960     Res = Actions.ActOnGotoStmt(GotoLoc, Tok.getLocation(), LD);
tools/clang/lib/Sema/TreeTransform.h
 1348     return getSema().ActOnGotoStmt(GotoLoc, LabelLoc, Label);