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

Declarations

tools/clang/include/clang/AST/Stmt.h
 2532   LabelDecl *getConstantTarget();

References

tools/clang/include/clang/AST/Stmt.h
 2534     return const_cast<IndirectGotoStmt *>(this)->getConstantTarget();
tools/clang/lib/Sema/JumpDiagnostics.cpp
  315     if (cast<IndirectGotoStmt>(S)->getConstantTarget()) {
  621       LabelDecl *Target = IGS->getConstantTarget();