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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4167   StmtResult ActOnIndirectGotoStmt(SourceLocation GotoLoc,

References

tools/clang/lib/Parse/ParseStmt.cpp
 1971     Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get());
tools/clang/lib/Sema/TreeTransform.h
 1358     return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target);